undid some mistakes

This commit is contained in:
Ken Johnson
2013-04-25 00:46:26 -04:00
parent 47ce08bb20
commit 9542e3f717
7 changed files with 53 additions and 12 deletions
+12 -3
View File
@@ -13,11 +13,20 @@ resources :users do
end
resources :tutorials do
collection do
get "injection"
get "xss"
get "broken_auth"
get "insecure_doa"
get "csrf"
get "security"
end
end
resources :dashboard do
get "home" => "dashboard#home"
resources :dashboard do
collection do
get "home"
end
end
root :to => "sessions#new"