ember-resource
ember-resource copied to clipboard
Added class function find, to allow finding models by primary key
In our application we really need to grab particular objects by primary key, now you can achieve this via App.Model.find(id)
Although this is old, adding this makes ember-resource compatibile with the ember 1.0 routing.