aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/topic.rb
blob: 48a3dfba8882ad19bb2532dae26907f49f8b7737 (plain) (blame)
1
2
3
class Topic < ActiveRecord::Base
  has_many :replies, dependent: :destroy
end