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

5 lines
122 B
Ruby

#-- encoding: UTF-8
class Topic < ActiveRecord::Base
has_many :replies, :include => [:user], :dependent => :destroy
end