Skip to content

Commit

Permalink
Merge pull request #215 from jlami/app-serializer
Browse files Browse the repository at this point in the history
forcing the default serializer
  • Loading branch information
broerse authored Jan 26, 2018
2 parents 1a32c40 + 5fdd86c commit 823f7b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import { Serializer } from 'ember-pouch';

export default Serializer;
export default Serializer.extend();

0 comments on commit 823f7b4

Please sign in to comment.