4 lines
90 B
4 lines
90 B
6 years ago
|
class PartnerCustomer < ApplicationRecord
|
||
|
belongs_to :partner
|
||
|
belongs_to :customer
|
||
|
end
|