5 lines
98 B
Ruby
5 lines
98 B
Ruby
class PProductPrice < ApplicationRecord
|
|
belongs_to :p_product_ref
|
|
belongs_to :p_price_cat
|
|
end
|