summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGilbert Roulot <groulot@gitlab.com>2019-03-14 12:55:46 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2019-03-14 12:55:46 +0000
commit6ab102a2f832a15c7aae3e4fa74dde6ad08e15db (patch)
treecb25cf8c16a62e0c50980657fada9a961c1a9c0b /config
parentb5bf179e6994566265cf91c32bcb264875b79249 (diff)
downloadgitlab-ce-6ab102a2f832a15c7aae3e4fa74dde6ad08e15db.tar.gz
Security Dashboard as default view for groups
Add a supporting code to separate groups#show and groups#details which is required for the proper implementation of the Group Overview content and Security Dashboard option for it
Diffstat (limited to 'config')
-rw-r--r--config/routes/group.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes/group.rb b/config/routes/group.rb
index f42c1ee6e7d..b300fcb757f 100644
--- a/config/routes/group.rb
+++ b/config/routes/group.rb
@@ -14,6 +14,7 @@ constraints(::Constraints::GroupUrlConstrainer.new) do
get :issues, as: :issues_group
get :merge_requests, as: :merge_requests_group
get :projects, as: :projects_group
+ get :details, as: :details_group
get :activity, as: :activity_group
put :transfer, as: :transfer_group
# TODO: Remove as part of refactor in https://gitlab.com/gitlab-org/gitlab-ce/issues/49693