obsolete.ChilliProject/vendor/plugins/classic_pagination/test/fixtures/reply.rb

7 lines
137 B
Ruby
Raw Normal View History

2011-10-29 16:19:11 +04:00
#-- encoding: UTF-8
class Reply < ActiveRecord::Base
belongs_to :topic, :include => [:replies]
validates_presence_of :content
end