summaryrefslogtreecommitdiff
path: root/config/routes/admin.rb
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-05-17 23:29:54 +1000
committerSimon Knox <psimyn@gmail.com>2017-05-26 21:35:00 +1000
commit09c2cc9a074dd072932ccf61ac03610d277c2a60 (patch)
tree26dbb077e4d6158580afef8a8d4de1c97d989f57 /config/routes/admin.rb
parenta5f0656392699dad7677a368c315217ea99b3982 (diff)
downloadgitlab-ce-30469-convdev-index-frontend.tar.gz
add convdev index page30469-convdev-index-frontend
Diffstat (limited to 'config/routes/admin.rb')
-rw-r--r--config/routes/admin.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index 48993420ed9..4a06ab21dcf 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -65,6 +65,7 @@ namespace :admin do
resource :background_jobs, controller: 'background_jobs', only: [:show]
resource :system_info, controller: 'system_info', only: [:show]
resources :requests_profiles, only: [:index, :show], param: :name, constraints: { name: /.+\.html/ }
+ resource :convdev, controller: 'conversational_development_index_metrics', only: [:show]
resources :projects, only: [:index]