Skip to content

Commit

Permalink
Merge pull request #77 from injaon/master
Browse files Browse the repository at this point in the history
rename deprecated method name to fit ED 1.0.0.beta15
  • Loading branch information
dustinfarris committed Apr 1, 2015
2 parents c82d3f6 + 0533c11 commit ebf41d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/serializers/drf.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default DS.RESTSerializer.extend({
extractMeta: function(store, type, payload) {
if (payload && payload.results) {
// Sets the metadata for the type.
store.metaForType(type, {
store.setMetadataFor(type, {
count: payload.count,
next: this.extractPageNumber(payload.next),
previous: this.extractPageNumber(payload.previous)
Expand Down

0 comments on commit ebf41d4

Please sign in to comment.