summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-24 11:19:09 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-01-24 22:31:49 +0200
commitca752e64fbf1cd03ff3eff1ada80a1cfbcd9b2b4 (patch)
treeae92b5d4a5792eb9f7535c38109b1903a1fce0fc /config/routes.rb
parentca105d0462090b1650019890feeeef3fdd356209 (diff)
downloadgitlab-ce-ca752e64fbf1cd03ff3eff1ada80a1cfbcd9b2b4.tar.gz
Fix mispelling and ambiguous id in UserTeam.without_project
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
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