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
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