Clear out old stuff
This commit is contained in:
parent
e526167c62
commit
1aa8d8d88d
3 changed files with 0 additions and 38 deletions
|
@ -1,9 +0,0 @@
|
|||
export function initialize(container, application) {
|
||||
application.inject('session:custom', '_store', 'service:store');
|
||||
}
|
||||
|
||||
export default {
|
||||
name: 'custom-session',
|
||||
after: 'ember-data',
|
||||
initialize: initialize
|
||||
};
|
Reference in a new issue