idn_app/app/models/label_category.rb
2016-07-29 20:23:40 +02:00

5 lines
100 B
Ruby
Executable File

class LabelCategory < ActiveRecord::Base
belongs_to :label_famille
has_many :label_produits
end