Skip to content

Commit

Permalink
[DOC] Added URL to queryRecord deprecation warning (#6397)
Browse files Browse the repository at this point in the history
[DOC] Added URL to `queryRecord` deprecation warning
  • Loading branch information
rwjblue authored Sep 18, 2019
2 parents 152bcd3 + 8328fbd commit 279cb81
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/serializer/addon/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,8 @@ const RESTSerializer = JSONSerializer.extend({
deprecate(message, !isQueryRecordAnArray, {
id: 'ds.serializer.rest.queryRecord-array-response',
until: '3.0',
url:
'https://deprecations.emberjs.com/ember-data/v2.x/#toc_store-queryrecord-array-response-with-restserializer',
});
}

Expand Down

0 comments on commit 279cb81

Please sign in to comment.