Sha256: 88e6047456f0fa4791e542fe9d049ab5cec2fd5bd822a8213995baa126f469b6
Contents?: true
Size: 247 Bytes
Versions: 33
Compression:
Stored size: 247 Bytes
Contents
module CabooseStore class ProductImageVariant < ActiveRecord::Base self.table_name = 'store_product_image_variants' belongs_to :product_image belongs_to :variant attr_accessible :product_image_id, :variant_id end end
Version data entries
33 entries across 33 versions & 1 rubygems