pmr_app/app/models/label_distributeur_marque.rb
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01:00

5 lines
115 B
Ruby

class LabelDistributeurMarque < ActiveRecord::Base
belongs_to :label_distributeur
belongs_to :label_marque
end