Fix mispelling and ambiguous id in UserTeam.without_project

This commit is contained in:
Dmitriy Zaporozhets 2013-01-24 11:19:09 +02:00
parent ca105d0462
commit ca752e64fb
8 changed files with 6 additions and 13 deletions

View file

@ -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