I would like to bootstrap an application with data without having to do an additional request. Assuming I have a simple user model with the following json:
{"user":{"id":1,"email":"[email protected]"}}
This json is being dumped by a Rails app. How best should I bootstrap my User
model in Ember?