lockaz_app/app/models/p_product_price.rb
Nicolas Bally f20fe482c6 initial
2020-04-06 10:38:07 +02:00

5 lines
98 B
Ruby

class PProductPrice < ApplicationRecord
belongs_to :p_product_ref
belongs_to :p_price_cat
end