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:
authorValery Sizov <vsv2711@gmail.com>2012-01-21 22:36:14 +0400
committervsizov <vsv2711@gmail.com>2012-01-28 14:11:21 +0400
commitc083df0570d6fa83e6e302feff67ab65db15fe04 (patch)
treee9a7856a5a89c3c430589adf42cf492de790751c /config/routes.rb
parentb4cc04d7e17eeefe6d89bbb72661a43d7d9e3e2e (diff)
LDAP BASE IMPLEMENRTATION
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 bb575356d94..d6951c0eb9e 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
+ devise_for :users, :controllers => { :omniauth_callbacks => "users/omniauth_callbacks" }
resources :projects, :constraints => { :id => /[^\/]+/ }, :except => [:new, :create, :index], :path => "/" do
member do