diff options
author | Phil Hughes <me@iamphill.com> | 2016-09-01 13:48:20 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-09-13 08:44:59 +0100 |
commit | 4afd17b2786b5bca075ac7508979fad582c65bc9 (patch) | |
tree | 63fc1618f54ef9318e1621b1f15ab574be1a6fbb /config | |
parent | 87a0501ded0d08ae718b6f3f6feb4ac2c9c6b016 (diff) | |
download | gitlab-ce-4afd17b2786b5bca075ac7508979fad582c65bc9.tar.gz |
Included groups on project_members page
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 068c92d1400..441f7249aa8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -867,7 +867,7 @@ Rails.application.routes.draw do end end - resources :group_links, only: [:index, :create, :destroy], constraints: { id: /\d+/ } + resources :group_links, only: [:index, :create, :update, :destroy], constraints: { id: /\d+/ } resources :notes, only: [:index, :create, :destroy, :update], constraints: { id: /\d+/ } do member do |