mailr/vendor/plugins/classic_pagination/test/fixtures/reply.rb
2009-01-08 06:24:46 +10:00

6 lines
117 B
Ruby

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