jipe_app/app/models/product_image.rb
2017-08-14 10:53:30 +02:00

12 lines
112 B
Ruby
Executable File

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