luxlaverie3_app/app/models/label_distributeur.rb
Nicolas Bally 03ff0980aa initial
2016-05-26 00:20:52 +02:00

6 lines
192 B
Ruby

class LabelDistributeur < ActiveRecord::Base
has_many :label_distributeur_marques
has_many :label_marques, :through => :label_distributeur_marques
validates :name, :presence => true
end