diff options
author | Luke Bennett <lukeeeebennettplus@gmail.com> | 2018-07-23 14:29:54 +0100 |
---|---|---|
committer | Bob Van Landuyt <bob@vanlanduyt.co> | 2018-07-26 19:00:56 +0200 |
commit | 626d5caf0fb4fe242c24dda294457479eebe6c16 (patch) | |
tree | fd80110873bd3a149de82f5deddd9d9141db2f93 /config/routes/instance_statistics.rb | |
parent | 4090362ed34b459cd8ace3db8b98bc01877fe07a (diff) | |
download | gitlab-ce-626d5caf0fb4fe242c24dda294457479eebe6c16.tar.gz |
Scope instance_statistics to dash
Diffstat (limited to 'config/routes/instance_statistics.rb')
-rw-r--r-- | config/routes/instance_statistics.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/instance_statistics.rb b/config/routes/instance_statistics.rb index 365797cb688..725549beb7e 100644 --- a/config/routes/instance_statistics.rb +++ b/config/routes/instance_statistics.rb @@ -1,5 +1,5 @@ namespace :instance_statistics do - root to: redirect("instance_statistics/conversational_development_index") + root to: redirect('-/instance_statistics/conversational_development_index') resources :cohorts, only: :index resources :conversational_development_index, only: :index |