class PPriceCat < ActiveRecord::Base has_many :p_price_cat_p_degressifs has_many :p_degressifs, :through => :p_price_cat_p_degressifs end