Skip to content

Commit

Permalink
Merge pull request #59 from whatthewhat/stop-overriding-extract-meta
Browse files Browse the repository at this point in the history
Do not override `extractMeta`
  • Loading branch information
kurko committed Feb 18, 2015
2 parents dc89c4b + 8ae3821 commit 15f52f0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/json-api-serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@ DS.JsonApiSerializer = DS.RESTSerializer.extend({
store.pushPayload(linked);
},

/**
* Override this method to parse the top-level "meta" object per type.
*/
extractMeta: function(meta) {
// no op
},

/**
* Parse the top-level "links" object.
*/
Expand Down

0 comments on commit 15f52f0

Please sign in to comment.