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
Create note on discontinued development
[merb_mart.git]
/
app
/
models
/
store
/
variation.rb
blob
12bbe949ca6acd5721b9519acb6b4f3c18077f2c
1
module Mart
2
module Store
3
class Variation < AbstractItem
4
5
property :product_id, Integer # foreign-key
6
7
belongs_to :product
8
9
end
10
end
11
end