coton_app/app/models/p_degressif.rb
2018-12-15 14:06:53 +01:00

12 lines
185 B
Ruby

class PDegressif < ActiveRecord::Base
belongs_to :p_product
has_many :p_price_cat_p_degressifs
has_many :p_price_cats, :through => :p_price_cat_p_degressifs
end