clair_app/app/models/p_product_price.rb
Nicolas Bally c2f8ec2efb initial
2020-10-10 00:28:38 +02:00

5 lines
98 B
Ruby

class PProductPrice < ApplicationRecord
belongs_to :p_product_ref
belongs_to :p_price_cat
end