Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-09 11:25:49 +0300
committerDouwe Maan <douwe@gitlab.com>2015-09-09 11:25:49 +0300
commitbe59f4338ffc1e075e32b09d43c19503b1216533 (patch)
treebf0928203b0cd4d19863c8283da9fb925bf734f1 /app/controllers/root_controller.rb
parentf87f6480b2ff6a80b50aa275f9c5d60c30d75b40 (diff)
Fix RootController
Diffstat (limited to 'app/controllers/root_controller.rb')
-rw-r--r--app/controllers/root_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/root_controller.rb b/app/controllers/root_controller.rb
index a3aa86de5b4..54171ff67c5 100644
--- a/app/controllers/root_controller.rb
+++ b/app/controllers/root_controller.rb
@@ -7,7 +7,7 @@
# For users who haven't customized the setting, we simply delegate to
# `DashboardController#show`, which is the default.
class RootController < Dashboard::ProjectsController
- before_action :redirect_to_custom_dashboard, only: [:show]
+ before_action :redirect_to_custom_dashboard, only: [:index]
def index
super