0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Rename helpers/ghostPaths.js -> helpers/ghost-paths.js

Refs #4144
This commit is contained in:
Ashish Dixit 2014-09-24 20:06:42 -05:00
parent 2b2586a459
commit 813ed19b2c
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;