5 lines
103 B
Ruby
5 lines
103 B
Ruby
class PPriceCatPDegressif < ActiveRecord::Base
|
|
belongs_to :p_price_cat
|
|
belongs_to :p_degressif
|
|
end
|