heylium_app/app/models/label_category.rb
Nicolas Bally 8e18de4077 initial
2016-08-03 00:22:29 +02:00

5 lines
100 B
Ruby
Executable File

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