message.rb 96 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 class Message < ActiveRecord::Base belongs_to :person xss_terminate :only => [ :body ] end