Add concept waiter section

This commit is contained in:
2014-03-23 15:30:21 +01:00
parent 37970e5bef
commit 474d5f88c6
45 changed files with 367 additions and 103 deletions
+1
View File
@@ -1,5 +1,6 @@
class Product
include SimplyStored::Couch
include ActiveModel::SerializerSupport
property :name
property :code
+1
View File
@@ -1,5 +1,6 @@
class ProductCategory
include SimplyStored::Couch
include ActiveModel::SerializerSupport
property :name
property :position, type: Fixnum, default: 0