3 class Product < AbstractItem
5 #has n, {:images => :product_images},
6 # :class_name => 'Mart::Store::ProductImage'#,
9 has n, :variations, :order => [:name.asc]
11 #many_to_many :related_products,
12 # :class_name => 'Product' #,
13 #:join_table => 'related_products',
14 #:association_foreign_key => 'related_id',
15 #:foreign_key => 'product_id'