12 lines
115 B
Ruby
Executable File
12 lines
115 B
Ruby
Executable File
class PProductImage < ActiveRecord::Base
|
|
belongs_to :image_file
|
|
|
|
belongs_to :p_product
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|