Emberdata 1.0.0
问题 I'm using Laravel 4 with emberjs and I need to list a collection of relationship data on emberjs app, but L4 print collection a little bit different, and so, I am trying to change the REST serialization but no work for now.. My Ember Data version is 1.0.0-beta.7+canary.238bb5ce. somebody help? My JSON DATA: { "names": [ { "id": "1", "description": "List 2014", "user_id": "3", "squares": [ { "id": "1" } ] } ], "squares": [ { "id": "1", "name": "squa1", "role_id": "1" }, { "id": "2", "name":