From d059c69db76a5a55841bb8b0914211ae0a4bfd4f Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Fri, 19 Jun 2015 12:04:34 +0200 Subject: Move identities list to own controller action Signed-off-by: Dmitriy Zaporozhets --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/routes.rb b/config/routes.rb index 8428eff1ef5..00a95a23edc 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -149,7 +149,7 @@ Gitlab::Application.routes.draw do namespace :admin do resources :users, constraints: { id: /[a-zA-Z.\/0-9_\-]+/ } do resources :keys, only: [:show, :destroy] - resources :identities, only: [:edit, :update, :destroy] + resources :identities, only: [:index, :edit, :update, :destroy] member do put :team_update -- cgit v1.2.3