5 lines
100 B
Ruby
5 lines
100 B
Ruby
class LabelCategory < ActiveRecord::Base
|
|
belongs_to :label_famille
|
|
has_many :label_produits
|
|
end
|