JSONAPI stuff

This commit is contained in:
2015-09-04 17:39:11 +02:00
parent e4dde28dd0
commit 7336585416
16 changed files with 75 additions and 66 deletions
@@ -27,5 +27,6 @@ App.Product = DS.Model.extend
else
@store.createRecord 'product_order',
product: this
product_name: @get('name')
price: @get('price')
product_variant: options.product_variant