831be98f9a
8f6e5986ac
76d6ec2a9a
1 2
3 4
5
6
# frozen_string_literal: true class Publisher::Article < ActiveRecord::Base has_and_belongs_to_many :magazines has_and_belongs_to_many :tags end