end of day commit

This commit is contained in:
2012-08-23 18:50:06 +02:00
parent 13dd2bf335
commit 0bae1bcbed
37 changed files with 1157 additions and 83 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
class ProductOrder
include SimplyStored::Couch
property :amount, type: Fixnum
belongs_to :product
belongs_to :order
end