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