module Logistics module Core class ContractArticleCpy < ApplicationRecord has_and_belongs_to_many :client_contracts, :join_table => 'client_contract_articles' end end end