7 lines
148 B
Ruby
7 lines
148 B
Ruby
class PPriceCat < ActiveRecord::Base
|
|
has_many :p_price_cat_p_degressifs
|
|
|
|
has_many :p_degressifs, :through => :p_price_cat_p_degressifs
|
|
|
|
end
|