mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-18 02:21:47 -05:00
Merge pull request #4154 from tundal45/ghost_path_rename
[WIP] Rename helpers/ghostPaths.js -> helpers/ghost-paths.js
This commit is contained in:
commit
f79efaa8f3
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue