class MessageDetail < ActiveRecord::Base
  # attr_accessible :title, :body
  belongs_to :message, :touch => true
end