skipping on to 15.11 in which we play with session crap
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user