adding the user controller for futzing with login bits
This commit is contained in:
@@ -1,4 +1,12 @@
|
||||
Hodgepodge::Application.routes.draw do
|
||||
get "user/login"
|
||||
|
||||
get "user/process_login"
|
||||
|
||||
get "user/logout"
|
||||
|
||||
get "user/my_account"
|
||||
|
||||
get "people/list"
|
||||
|
||||
get "foo/pretty"
|
||||
|
Reference in New Issue
Block a user