vita_app/app/models/product_image.rb
Nicolas Bally 1d3af87d4c initial
2016-04-28 10:07:08 +02:00

12 lines
112 B
Ruby
Executable File

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