class LabelMarque < ActiveRecord::Base belongs_to :label_entreprise has_many :label_distributeur_marques has_many :label_distributeurs, :through => :label_distributeur_marques has_many :label_produits belongs_to :image_file validates :name, :presence => true end