tracks/vendor/plugins/classic_pagination/test/fixtures/topic.rb
2008-05-20 21:28:26 +01:00

3 lines
102 B
Ruby

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