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

5 lines
100 B
Ruby

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