ember-resource icon indicating copy to clipboard operation
ember-resource copied to clipboard

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

Open williamcoates opened this issue 13 years ago • 1 comments

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

williamcoates avatar Nov 22 '11 11:11 williamcoates

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

digitaltoad avatar Sep 19 '12 15:09 digitaltoad