sadem_app/app/models/p_product_price.rb
Nicolas Bally 000500e534 init
2020-02-25 02:33:11 +01:00

5 lines
98 B
Ruby

class PProductPrice < ApplicationRecord
belongs_to :p_product_ref
belongs_to :p_price_cat
end