Skip to content

Commit

Permalink
Merge pull request #21 from offirgolan/ember-simple-auth-compat
Browse files Browse the repository at this point in the history
Change initializer to instance initializer
  • Loading branch information
poteto authored May 9, 2017
2 parents 68645b5 + f6e232b commit 2c4c8b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@ export function initialize(/* application */) {
}

export default {
name: 'parachute-route',
name: 'ember-parachute',
initialize
};
1 change: 0 additions & 1 deletion app/initializers/parachute-route.js

This file was deleted.

1 change: 1 addition & 0 deletions app/instance-initializers/ember-parachute.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export { default, initialize } from 'ember-parachute/instance-initializers/ember-parachute';

0 comments on commit 2c4c8b1

Please sign in to comment.