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

4 lines
102 B
Ruby

class Topic < ActiveRecord::Base
has_many :replies, :include => [:user], :dependent => :destroy
end