diff options
author | DavisLWebb <davislwebb@ymail.com> | 2014-03-04 17:59:16 -0500 |
---|---|---|
committer | DavisLWebb <davislwebb@ymail.com> | 2014-03-04 17:59:16 -0500 |
commit | 728f874deaf6ceb097d1a5f5cdf7e58a04cec557 (patch) | |
tree | 6bd1f665e51d73230bde088f044f122e332d58e9 /config | |
parent | 8740f17405abef0f4975f028e33b3029fcb35634 (diff) | |
parent | e587dc3fab34724d06eceb042c6e9eed6a7d95f4 (diff) |
Merge branch 'master' of http://github.com/LukeShu/leaguer
Diffstat (limited to 'config')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb index 90abea4..522b39f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -6,7 +6,7 @@ Leaguer::Application.routes.draw do #creates sessions as a resource but limits it to these actions match '/signup', to: 'users#new', via: 'get' match '/signin', to: 'sessions#new', via: 'get' - match '/signout', to: 'sessions#destroy', via: 'get' + match '/signout', to: 'sessions#destroy', via: 'delete' resources :users |