Updated models for DM 0.9.0:
[merb_mart.git] / app / models / product_image.rb
blob64ae7c10999f75b08aab888a1c79389b1b8f200b
1 # Represents a connection from an image to a product.
4 class ProductImage
5   
6   include DataMapper::Resource
7   
8   #belongs_to :product
9   #belongs_to :image
10   
11   property :rank, Fixnum
12   
13 end