idn_app/app/models/label_entreprise.rb
Nicolas Bally b5690bc6f2 initial
2016-07-25 15:55:11 +02:00

6 lines
113 B
Ruby

class LabelEntreprise < ActiveRecord::Base
has_many :label_marques
validates :name, :presence => true
end