From f39dbf3d3d4d5c99910043e8793a96246f0039fe Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Tue, 24 Jan 2017 17:32:34 +0200 Subject: Allow creating nested group via UI Signed-off-by: Dmitriy Zaporozhets --- config/routes/group.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'config/routes/group.rb') diff --git a/config/routes/group.rb b/config/routes/group.rb index 60a1175fe80..73f69d76995 100644 --- a/config/routes/group.rb +++ b/config/routes/group.rb @@ -25,5 +25,6 @@ scope(path: 'groups/*id', get :merge_requests, as: :merge_requests_group get :projects, as: :projects_group get :activity, as: :activity_group + get :subgroups, as: :subgroups_group get '/', action: :show, as: :group_canonical end -- cgit v1.2.3