Structure updates
This commit is contained in:
@@ -2,7 +2,7 @@ class ProductVariant
|
||||
include SimplyStored::Couch
|
||||
include ActiveModel::SerializerSupport
|
||||
property :name
|
||||
property :position, type: Fixnum, default: 0
|
||||
property :position, type: Integer, default: 0
|
||||
belongs_to :product
|
||||
belongs_to :supplier
|
||||
|
||||
|
||||
Reference in New Issue
Block a user