Skip to content

Commit 4cb5ad0

Browse files
committed
update ember docs with ember-data issue tracking urlForFindRecord / the inability to use query params on a single resource find
1 parent 168ec0e commit 4cb5ad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/integrations/ember-and-json-api.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ export default DS.JSONAPIAdapter.extend({
3434

3535
// allows queries to be sent along with a findRecord
3636
// hopefully Ember / EmberData will soon have this built in
37+
// ember-data issue tracked here:
38+
// https://github.com/emberjs/data/issues/3596
3739
urlForFindRecord(id, modelName, snapshot) {
3840
let url = this._super(...arguments);
3941
let query = Ember.get(snapshot, 'adapterOptions.query');

0 commit comments

Comments
 (0)