Skip to content

Commit

Permalink
Add serialiser to default blueprint
Browse files Browse the repository at this point in the history
Including the serialiser by default would preclude people
having to define it themselves and avoid confusion such
as in #116. But it could be installed manually with a
generator, as well.
  • Loading branch information
backspace committed Mar 5, 2016
1 parent 0c65283 commit 7b24e25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blueprints/ember-pouch/files/__root__/serializers/__name__.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { Serializer } from 'ember-pouch';

export default Serializer;

0 comments on commit 7b24e25

Please sign in to comment.