ember-data expects findAll to be nested in a pluralizable form of the model:
The following data are expected:
{
"users": [
{
"activated": null,
"created_at": "2012-05-14T19:35:44Z",
"email": "john@doe.com",
"id": 1,
"name": "john doe",
"updated_at": "2012-05-15T20:23:06Z"
}
]
}
What does it get in your example:
[
{
"activated": null,
"created_at": "2012-05-14T19:35:44Z",
"email": "john@doe.com",
"id": 1,
"name": "john doe",
"updated_at": "2012-05-15T20:23:06Z"
}
]
, ember, JSON "" "users", , "map" "undefined".