aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/zine.rb
blob: 6f361665efc7a3d4beb3d9c2241a698d26923e61 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

class Zine < ActiveRecord::Base
  has_many :interests, inverse_of: :zine
end