Skip to content

Commit

Permalink
Move normalization and extraction to serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Aug 31, 2013
1 parent 4672909 commit c9a1b75
Show file tree
Hide file tree
Showing 6 changed files with 492 additions and 454 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: http://github.com/emberjs/ember.js
revision: 82cba39e8ddbee7cb64486aaebc4cf468c446560
revision: d8824c02edea32921038476cdd874dbdc531ca46
branch: master
specs:
ember-source (1.0.0.rc8)
Expand Down
2 changes: 2 additions & 0 deletions packages/ember-data/lib/adapters/fixture_adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ var counter = 0;
@extends DS.Adapter
*/
DS.FixtureAdapter = DS.Adapter.extend({
// by default, fixtures are already in normalized form
serializer: null,

simulateRemoteResponse: true,

Expand Down
Loading

0 comments on commit c9a1b75

Please sign in to comment.