aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/topic.rb
blob: 7e66f53bd59e7087048ab80c46755e6862a3bd2a (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Topic < ActiveRecord::Base
  has_many :replies, dependent: :destroy
end