Removed white spaces.
This commit is contained in:
parent
8ba86501e0
commit
5ef7947521
1 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue