comment.rb 138 Bytes Edit Raw Blame History Permalink 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