From 5ef7947521cc6e73362d901aefe9c5ae21c5f25e Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Thu, 22 Nov 2012 15:40:36 +0100 Subject: [PATCH] Removed white spaces. --- config/routes/auth.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/routes/auth.rb b/config/routes/auth.rb index 3c0f197ec..7b859cfea 100644 --- a/config/routes/auth.rb +++ b/config/routes/auth.rb @@ -3,12 +3,12 @@ module ExtraRoutes # omniauth map.match '/auth/:provider/callback', :to => 'sessions#create_omniauth' - + # sessions map.match '/signin', :to => 'sessions#create' map.match '/signshow', :to => 'sessions#show' map.match '/signout', :to => 'sessions#destroy' - + end module_function :add end \ No newline at end of file