update ember docs with ember-data issue tracking urlForFindRecord / the inability to use query params on a single resource find

This commit is contained in:
L. Preston Sego III 2015-10-30 14:10:17 -04:00
parent 168ec0ec2a
commit 4cb5ad08e7

View File

@ -34,6 +34,8 @@ export default DS.JSONAPIAdapter.extend({
// allows queries to be sent along with a findRecord
// hopefully Ember / EmberData will soon have this built in
// ember-data issue tracked here:
// https://github.com/emberjs/data/issues/3596
urlForFindRecord(id, modelName, snapshot) {
let url = this._super(...arguments);
let query = Ember.get(snapshot, 'adapterOptions.query');