0
votes

I want the response to be in this format:

{"password"=>"[FILTERED]", "email"=>"[email protected]"}

However, this is the response that I'm getting now:

{"user"=>{"password"=>"[FILTERED]", "email"=>"[email protected]"}}

Code: https://github.com/ghoshnirmalya/hub-client

Any idea how to fix this?

1

1 Answers

2
votes

Ember has serializes for exactly this purpose. You use its serialize method to format the response the way you want it. Take a look in ember docs