Sha256: 4db710a2965c0021e8573458e0bcfbd5fd4a4f06def6e5ea7c5b1b977dfc44af
Contents?: true
Size: 242 Bytes
Versions: 664
Compression:
Stored size: 242 Bytes
Contents
module Caboose 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
664 entries across 664 versions & 1 rubygems