Skip to content

Commit

Permalink
Merge pull request TryGhost#4740 from rwjblue/remove-manual-registerH…
Browse files Browse the repository at this point in the history
…elper

Allow resolver to lookup gh-path helper.
  • Loading branch information
jaswilli committed Dec 31, 2014
2 parents 4f278e3 + d70b199 commit 85a34f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions core/client/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -17,6 +16,4 @@ configureApp(App);

loadInitializers(App, 'ghost');

Ember.Handlebars.registerHelper('gh-path', ghostPathsHelper);

export default App;
File renamed without changes.

0 comments on commit 85a34f6

Please sign in to comment.