From d86ba87e17955d25879279ee03e3ef03b0b31939 Mon Sep 17 00:00:00 2001 From: Dmitry Kovalenok <dmitry.kovalenok@twinslash.com> Date: Wed, 14 Nov 2012 11:17:29 +0300 Subject: [PATCH] fix routes.rb --- config/routes.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/routes.rb b/config/routes.rb index e9e7852..c17eaba 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,2 +1,2 @@ get 'oauth_google', to: 'redmine_oauth#oauth_google' -get 'oauth2callback', to: 'redmine_oauth#oauth_google_callback' \ No newline at end of file +get 'oauth2callback', to: 'redmine_oauth#oauth_google_callback', as: 'oauth_google_callback' -- GitLab