staugaard / ember-resource

This project has moved. The canonical repository is now located at: https://github.com/zendesk/ember-resource
https://github.com/zendesk/ember-resource
Apache License 2.0
122 stars 27 forks source link

Added class function find, to allow finding models by primary key #21

Open williamcoates opened 12 years ago

williamcoates commented 12 years ago

In our application we really need to grab particular objects by primary key, now you can achieve this via App.Model.find(id)

digitaltoad commented 12 years ago

Although this is old, adding this makes ember-resource compatibile with the ember 1.0 routing.