summaryrefslogtreecommitdiffstats
path: root/lib/plugins/classic_pagination/test/fixtures/topic.rb
blob: 0beeecf28de21311191b2365128e7f43c63e4038 (plain)
1
2
3
class Topic < ActiveRecord::Base
  has_many :replies, :include => [:user], :dependent => :destroy
end