diff options
author | vsizov <vsv2711@gmail.com> | 2012-01-28 16:23:17 +0300 |
---|---|---|
committer | vsizov <vsv2711@gmail.com> | 2012-01-28 16:23:17 +0300 |
commit | d6a0b8f42881964b9e57ad1dde4918e74aea0ed0 (patch) | |
tree | 070fee832079968bff719b1c317183ac6a3bfc3d /config | |
parent | d885f24f7bff6d15406086fa62e898025f564b8b (diff) | |
download | gitlab-ce-d6a0b8f42881964b9e57ad1dde4918e74aea0ed0.tar.gz |
LDAP done
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 d6951c0eb9e..df079238767 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -39,7 +39,7 @@ Gitlab::Application.routes.draw do resources :projects, :constraints => { :id => /[^\/]+/ }, :only => [:new, :create, :index] resources :keys - devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks" } + devise_for :users, :controllers => { :omniauth_callbacks => :omniauth_callbacks } resources :projects, :constraints => { :id => /[^\/]+/ }, :except => [:new, :create, :index], :path => "/" do member do |