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

7 lines
137 B
Ruby

#-- encoding: UTF-8
class Reply < ActiveRecord::Base
belongs_to :topic, :include => [:replies]
validates_presence_of :content
end