pmr_app/app/models/label_category.rb
Nicolas Bally 428372d6f9 initial
2016-02-08 10:27:25 +01:00

5 lines
100 B
Ruby

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