12 lines
112 B
Ruby
Executable File
12 lines
112 B
Ruby
Executable File
class ProductImage < ActiveRecord::Base
|
|
belongs_to :image_file
|
|
|
|
belongs_to :product
|
|
|
|
|
|
|
|
|
|
|
|
|
|
end
|