negos_app/app/models/reseaux_customer.rb
2017-05-18 01:21:04 +02:00

5 lines
92 B
Ruby

class ReseauxCustomer < ActiveRecord::Base
belongs_to :reseaux
belongs_to :customer
end