aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/models/publisher/magazine.rb
blob: 25e34aca993354645f84838d24b63e6dc0bb2538 (plain) (blame)
1
2
3
4
# frozen_string_literal: true
class Publisher::Magazine < ActiveRecord::Base
  has_and_belongs_to_many :articles
end