cirandas.net

ref: master

vendor/plugins/xss_terminate/test/models/comment.rb


1
2
3
4
5
# Commet uses the default: stripping tags fro all fields.
class Comment < ActiveRecord::Base
  belongs_to :entry
  belongs_to :person
end