pollen_app/app/models/p_product_cat.rb
Nicolas Bally 120e9803eb initial
2020-04-28 14:51:42 +02:00

9 lines
168 B
Ruby

class PProductCat < ApplicationRecord
has_many :p_products
has_many :tvable_tva_rates, :as => :tvable
has_many :tva_rates, :through => :tvable_tva_rates
end