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

5 lines
103 B
Ruby

class PPriceCatPDegressif < ActiveRecord::Base
belongs_to :p_price_cat
belongs_to :p_degressif
end