Removed white spaces.

This commit is contained in:
Martin Edenhofer 2012-11-22 15:40:36 +01:00
parent 8ba86501e0
commit 5ef7947521

View file

@ -3,12 +3,12 @@ module ExtraRoutes
# omniauth # omniauth
map.match '/auth/:provider/callback', :to => 'sessions#create_omniauth' map.match '/auth/:provider/callback', :to => 'sessions#create_omniauth'
# sessions # sessions
map.match '/signin', :to => 'sessions#create' map.match '/signin', :to => 'sessions#create'
map.match '/signshow', :to => 'sessions#show' map.match '/signshow', :to => 'sessions#show'
map.match '/signout', :to => 'sessions#destroy' map.match '/signout', :to => 'sessions#destroy'
end end
module_function :add module_function :add
end end