Clear out old stuff

This commit is contained in:
Matthew Ryan Dillon 2015-10-20 10:40:23 -07:00
parent e526167c62
commit 1aa8d8d88d
3 changed files with 0 additions and 38 deletions

View file

@ -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
};