We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168ec0e commit 4cb5ad0Copy full SHA for 4cb5ad0
docs/integrations/ember-and-json-api.md
@@ -34,6 +34,8 @@ export default DS.JSONAPIAdapter.extend({
34
35
// allows queries to be sent along with a findRecord
36
// hopefully Ember / EmberData will soon have this built in
37
+ // ember-data issue tracked here:
38
+ // https://github.com/emberjs/data/issues/3596
39
urlForFindRecord(id, modelName, snapshot) {
40
let url = this._super(...arguments);
41
let query = Ember.get(snapshot, 'adapterOptions.query');
0 commit comments