product_category.rb 156 Bytes Edit Raw Blame History 1 2 3 4 5 class ProductCategory < Category has_many :products has_many :consumptions has_many :consumers, :through => :consumptions, :source => :profile_id end