Commit be59f433 authored by Douwe Maan's avatar Douwe Maan

Fix RootController

parent f87f6480
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment