Allow resolver to lookup gh-path helper.

This commit is contained in:
Robert Jackson 2014-12-31 14:44:39 -05:00
parent 4f278e3cf7
commit d70b19987c
No known key found for this signature in database
GPG Key ID: B3D10EF8171F7219
2 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@ import loadInitializers from 'ember/load-initializers';
import 'ghost/utils/link-view';
import 'ghost/utils/text-field';
import configureApp from 'ghost/config';
import ghostPathsHelper from 'ghost/helpers/ghost-paths';
Ember.MODEL_FACTORY_INJECTIONS = true;
@ -17,6 +16,4 @@ configureApp(App);
loadInitializers(App, 'ghost');
Ember.Handlebars.registerHelper('gh-path', ghostPathsHelper);
export default App;