Add concept waiter section
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class Product
|
||||
include SimplyStored::Couch
|
||||
include ActiveModel::SerializerSupport
|
||||
|
||||
property :name
|
||||
property :code
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
class ProductCategory
|
||||
include SimplyStored::Couch
|
||||
include ActiveModel::SerializerSupport
|
||||
|
||||
property :name
|
||||
property :position, type: Fixnum, default: 0
|
||||
|
||||
Reference in New Issue
Block a user