Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvsizov <vsv2711@gmail.com>2012-01-28 17:23:17 +0400
committervsizov <vsv2711@gmail.com>2012-01-28 17:23:17 +0400
commitd6a0b8f42881964b9e57ad1dde4918e74aea0ed0 (patch)
tree070fee832079968bff719b1c317183ac6a3bfc3d /config/routes.rb
parentd885f24f7bff6d15406086fa62e898025f564b8b (diff)
LDAP done
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 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