diet_help/app/models/product_group.rb

4 lines
65 B
Ruby

class ProductGroup < ActiveRecord::Base
has_many :products
end