aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/topic.rb
blob: ff194ce567b7f2a630e0f0cf585d3e6267aa0bb4 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Topic < ActiveRecord::Base
  has_many :replies, dependent: :destroy
end