I have Ember-data data up to 1.0.0-beta.19 and now store.find('events') promise is resolved returns DS.INTERNALMODEL instances instead of DS.MODEL . With Ember-data 1.0.0-beta.18, it worked fine. Any ideas?
UPDATE
In the end, I found out that somewhere in my application code I used the Ember-data internal code, for example store.find('events.content') , store.find('events.content') exception. The debugger was not so useful in tracking it, but fixing this fixed issue.
source share