adding the user controller for futzing with login bits

This commit is contained in:
Dan Buch
2011-08-09 21:43:23 -04:00
parent 6f9519fce9
commit 7ca80880a8
9 changed files with 60 additions and 0 deletions

View File

@@ -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"