blob: ea84042b9a017e7c955e3f1003e46b3233b4a8bc [file] [log] [blame]
class Reply < ActiveRecord::Base
belongs_to :topic, :include => [:replies]
validates_presence_of :content
end