Fix RootController
This commit is contained in:
parent
f87f6480b2
commit
be59f4338f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue