diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-24 11:19:09 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-24 22:31:49 +0200 |
commit | ca752e64fbf1cd03ff3eff1ada80a1cfbcd9b2b4 (patch) | |
tree | ae92b5d4a5792eb9f7535c38109b1903a1fce0fc /config/routes.rb | |
parent | ca105d0462090b1650019890feeeef3fdd356209 (diff) | |
download | gitlab-ce-ca752e64fbf1cd03ff3eff1ada80a1cfbcd9b2b4.tar.gz |
Fix mispelling and ambiguous id in UserTeam.without_project
Diffstat (limited to 'config/routes.rb')
-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 387f94ba025..ba350a70bfa 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -272,7 +272,7 @@ Gitlab::Application.routes.draw do scope module: :projects do resources :teams, only: [] do collection do - get :avaliable + get :available post :assign end member do |