thatcher_app/app/models/p_product_price.rb
2019-11-11 16:11:03 +01:00

5 lines
98 B
Ruby

class PProductPrice < ApplicationRecord
belongs_to :p_product_ref
belongs_to :p_price_cat
end