Structure updates
This commit is contained in:
@@ -2,7 +2,7 @@ class ProductOrder
|
||||
include SimplyStored::Couch
|
||||
include ActiveModel::SerializerSupport
|
||||
|
||||
property :quantity, type: Fixnum
|
||||
property :quantity, type: Integer
|
||||
property :price, type: Float
|
||||
property :product_name
|
||||
property :product_variant
|
||||
|
||||
Reference in New Issue
Block a user