Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-06-05 12:18:12 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-06-05 12:18:12 +0300
commit3b39cf4e0c5d0ca680a40bb7232fee4f7fdfb02e (patch)
treeef2c85a93d787ca15ee857f1aa3754e58dbc163e /config
parente90ca0f0fcae087f95b92a4699f884167b47eaaf (diff)
parentd913ce176351094e2908344206a6136163fdfa89 (diff)
Merge branch '30469-convdev-index' into 'master'
ConvDev Index Closes #30469 See merge request !11377
Diffstat (limited to 'config')
-rw-r--r--config/routes/admin.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes/admin.rb b/config/routes/admin.rb
index ccfd85aed63..c7b639b7b3c 100644
--- a/config/routes/admin.rb
+++ b/config/routes/admin.rb
@@ -72,6 +72,8 @@ namespace :admin do
resource :system_info, controller: 'system_info', only: [:show]
resources :requests_profiles, only: [:index, :show], param: :name, constraints: { name: /.+\.html/ }
+ get 'conversational_development_index' => 'conversational_development_index#show'
+
resources :projects, only: [:index]
scope(path: 'projects/*namespace_id',