6 lines
121 B
Ruby
6 lines
121 B
Ruby
class PProductImage < ApplicationRecord
|
|
belongs_to :p_product
|
|
belongs_to :p_product_ref
|
|
belongs_to :image_file
|
|
end
|