negos_app/app/models/product_image.rb
2017-09-19 11:33:15 +02:00

12 lines
112 B
Ruby
Executable File

class ProductImage < ActiveRecord::Base
belongs_to :image_file
belongs_to :product
end