Run storage initializer before services

This commit is contained in:
Piotr Sarnacki 2015-01-30 17:22:54 +01:00
parent a302f7f273
commit 6948a3f746

View File

@ -49,6 +49,7 @@ initialize = (container, application) ->
StorageInitializer =
name: 'storage'
before: 'services'
initialize: initialize
Ember.onLoad 'Ember.Application', (Application) ->