Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4828

How to serialize the saving of the item in the store?

$
0
0

@Rafal_P wrote:

Hello, I'm new at the emberjs discuss, I have a problem and I don't know how to use serializer that way. So I have an example table called items, when i use item.save() ember is requesting POST request which is: {"items":{"text":"test","complete":false}}, my back-end accepts only: {"text":"test","complete":false} How can i change the way of saving the record?

Greetings, Rafał

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4828

Trending Articles