Structure updates

This commit is contained in:
2019-01-31 10:44:06 -05:00
parent f879279a0a
commit da2ba6230d
11 changed files with 104 additions and 110 deletions
+1 -1
View File
@@ -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