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

5 lines
122 B
Ruby
Raw Normal View History

2011-10-29 16:19:11 +04:00
#-- encoding: UTF-8
class Topic < ActiveRecord::Base
has_many :replies, :include => [:user], :dependent => :destroy
end