5 lines
92 B
Ruby
5 lines
92 B
Ruby
class ReseauxCustomer < ActiveRecord::Base
|
|
belongs_to :reseaux
|
|
belongs_to :customer
|
|
end
|