summaryrefslogtreecommitdiff
path: root/config/routes.rb
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-25 18:01:58 +0200
committerJames Lopez <james@jameslopez.es>2016-04-25 18:01:58 +0200
commit22ff009a54b281f8db2fd28530b84ebf53bf9de6 (patch)
tree3af2f5cf5bd46b22392423cd00522337fc1decc8 /config/routes.rb
parent10f1609535742173d8747d3a1097ed7e919fb9e2 (diff)
parent81cb636e4fcb7ea76db84a92aac65a73f2376458 (diff)
downloadgitlab-ce-22ff009a54b281f8db2fd28530b84ebf53bf9de6.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into feature/project-import
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb
index df6116b6eaf..9f667dca638 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -424,6 +424,7 @@ Rails.application.routes.draw do
devise_scope :user do
get '/users/auth/:provider/omniauth_error' => 'omniauth_callbacks#omniauth_error', as: :omniauth_error
+ get '/users/almost_there' => 'confirmations#almost_there'
end
root to: "root#index"