From be59f4338ffc1e075e32b09d43c19503b1216533 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Wed, 9 Sep 2015 09:25:49 +0100 Subject: Fix RootController --- app/controllers/root_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/controllers/root_controller.rb') 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 -- cgit v1.2.3