lost track of what I was doing so I cant tell you what Ive done, heh

This commit is contained in:
Ken Johnson
2013-04-25 15:23:07 -04:00
parent 01c246c902
commit 9c37eb99a1
8 changed files with 38 additions and 7 deletions
+2 -1
View File
@@ -9,7 +9,7 @@ resources :sessions do
end
resources :users do
get "account_settings"
end
resources :tutorials do
@@ -24,6 +24,7 @@ resources :tutorials do
get "url_access"
get "ssl_tls"
get "redirects"
get "guard"
end
end