Skip to content

Commit

Permalink
Correct import of Ember Data model blueprint
Browse files Browse the repository at this point in the history
As suggested by @fsmanuel in pouchdb-community#128.
  • Loading branch information
backspace committed Jun 21, 2016
1 parent 306fe68 commit a0ab8f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions blueprints/pouch-model/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
var EmberCliModelBlueprint = require('ember-cli/blueprints/model');

module.exports = EmberCliModelBlueprint;
module.exports = require('ember-data/blueprints/model');

0 comments on commit a0ab8f7

Please sign in to comment.