Move the expire_session route

It's now in the cucumber login helper.
This commit is contained in:
Matt Rogers 2013-06-10 14:30:12 -05:00
parent 2c5aff3b36
commit 931791edfd
3 changed files with 9 additions and 24 deletions

View file

@ -4,7 +4,6 @@ Tracksapp::Application.routes.draw do
root :to => 'todos#index'
match 'login' => 'login#login'
match 'login/expire_session' => 'login#expire_session'
match 'login/check_expiry' => 'login#check_expiry'
match 'logout' => 'login#logout'