diff options
Diffstat (limited to 'app/controllers/root_controller.rb')
-rw-r--r-- | app/controllers/root_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/root_controller.rb b/app/controllers/root_controller.rb index 672a03ad11d..97b6671a82a 100644 --- a/app/controllers/root_controller.rb +++ b/app/controllers/root_controller.rb @@ -70,4 +70,4 @@ class RootController < Dashboard::ProjectsController end end -RootController.prepend_if_ee('EE::RootController') +RootController.prepend_mod_with('RootController') |