Run storage initializer before services
This commit is contained in:
parent
a302f7f273
commit
6948a3f746
|
@ -49,6 +49,7 @@ initialize = (container, application) ->
|
|||
|
||||
StorageInitializer =
|
||||
name: 'storage'
|
||||
before: 'services'
|
||||
initialize: initialize
|
||||
|
||||
Ember.onLoad 'Ember.Application', (Application) ->
|
||||
|
|
Loading…
Reference in New Issue
Block a user