Merge pull request #4154 from tundal45/ghost_path_rename

[WIP] Rename helpers/ghostPaths.js -> helpers/ghost-paths.js
This commit is contained in:
Matt Enlow 2014-09-24 23:03:46 -06:00
commit f79efaa8f3
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ 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/ghostPaths';
import ghostPathsHelper from 'ghost/helpers/ghost-paths';
Ember.MODEL_FACTORY_INJECTIONS = true;