I would like to download an application with data without having to make an additional request. Assuming I have a simple user model with the following json:
{"user":{"id":1,"email":"test@example.com"}}
This json is reset by the Rails application. What is the best way to upload my model Userto Ember?
source
share