skipping on to 15.11 in which we play with session crap

This commit is contained in:
Dan Buch
2011-08-10 21:51:14 -04:00
parent e7a3ab7a73
commit 785c1cfe20
7 changed files with 31 additions and 253 deletions

View File

@@ -1,19 +1,13 @@
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"
get "foo/count"
get "foo/index"
get "foo/pretty"
get "index/index"
get "people/list"
get "user/login"
get "user/logout"
get "user/my_account"
get "user/process_login"
# The priority is based upon order of creation:
# first created -> highest priority.
@@ -64,7 +58,7 @@ Hodgepodge::Application.routes.draw do
# You can have the root of your site routed with "root"
# just remember to delete public/index.html.
# root :to => "welcome#index"
root :to => "index#index"
# See how all your routes lay out with "rake routes"