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