negos_app/app/models/domain_customer.rb
2016-05-30 23:56:56 +02:00

5 lines
90 B
Ruby

class DomainCustomer < ActiveRecord::Base
belongs_to :domain
belongs_to :customer
end