With the recent update, I know that in routers and controllers, I can easily just do this.store.find(\'model\'). However I have some functions that need to call
this.store.find(\'model\')
With Ember Data 1.0.0-beta.X:
1.0.0-beta.X
App.YourModelType.store.find("yourModelType", someId).then( function(modelInstance) { ... });