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
|
||||
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
|
Loading…
Reference in a new issue