aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/zine.rb
blob: 4c72cbb242e09fa45fe91aae44ba29a4bdaf5b9f (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Zine < ActiveRecord::Base
  has_many :interests, inverse_of: :zine
end