Skip to content

Commit

Permalink
Merge pull request #4607 from emberjs/igor/fix-dummy-serializer
Browse files Browse the repository at this point in the history
Fix dummy app serializer
  • Loading branch information
igorT authored Oct 21, 2016
2 parents 70ea8c0 + 482689c commit ace144e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/dummy/app/serializers/application.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import DS from 'ember-data';

export default DS.JSONAPISerializer.extend({
keyForRelationship(key) {
return key;
}
});

0 comments on commit ace144e

Please sign in to comment.