return single record with ember-data find() and multiple params
问题 I'm trying to do a find (with ember-data) on other params than the id, two params actually. but all i get back is: "Uncaught Error: assertion failed: Your server returned a hash with the key customer but you have no mappings". After digging around in the code i see that the find method delegates to the findQuery method when given an hash, which create a DS.AdapterPopulatedRecordArray but I only return a single customer object in my json: {"customer":{ "id":24857,"name":"Kim Fransman","id