repo.or.cz
/
merb_mart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Updated for latest dm-core changes:
[merb_mart.git]
/
app
/
models
/
image.rb
blob
8c81471059d1761393c7930766bc927f3fee120a
1
class Image < UserUpload
2
3
one_to_many :product_images
4
one_to_many :products #, :through => :product_images
5
6
end