Fix RootController

This commit is contained in:
Douwe Maan 2015-09-09 09:25:49 +01:00
parent f87f6480b2
commit be59f4338f

View file

@ -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