diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-06 15:08:22 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-08-06 15:08:22 +0200 |
commit | 7a9d432cdb84936bf8dd1359d363f42e6ebca542 (patch) | |
tree | 7f8c13390a4e341475a6a6a06f9c1c5e9b26edbb /config | |
parent | cba7f20dc8614d12e3eeda6e14f454aeb22b9b54 (diff) | |
download | gitlab-ce-7a9d432cdb84936bf8dd1359d363f42e6ebca542.tar.gz |
Add abuse report management in admin area
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 4e90a89535e..d7307a61ede 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -168,6 +168,7 @@ Gitlab::Application.routes.draw do end end + resources :abuse_reports, only: [:index, :destroy] resources :applications resources :groups, constraints: { id: /[^\/]+/ } do |