coton_app/app/models/p_product_image.rb
2019-08-06 12:06:50 +02:00

12 lines
115 B
Ruby
Executable File

class PProductImage < ActiveRecord::Base
belongs_to :image_file
belongs_to :p_product
end