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