Skip to content

Commit

Permalink
Merge pull request #3681 from bmac/serializer-doc
Browse files Browse the repository at this point in the history
[BUGFIX beta] Update required methods for the Serializer class
  • Loading branch information
bmac committed Aug 20, 2015
2 parents b82bd66 + b826e7c commit 145ccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-data/lib/system/serializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
application to customize it for your backend. The minimum set of methods
that you should implement is:
* `extract()`
* `normalizeResponse()`
* `serialize()`
And you can optionally override the following methods:
Expand Down

0 comments on commit 145ccc9

Please sign in to comment.