1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-17 14:38:13 +00:00
2007-12-09 21:53:46 +00:00

6 lines
117 B
Ruby

class Reply < ActiveRecord::Base
belongs_to :topic, :include => [:replies]
validates_presence_of :content
end