added a table to manage users

This commit is contained in:
Ken Johnson
2013-05-17 14:08:18 -04:00
parent a279d06b4c
commit f7dbc482bb
5 changed files with 107 additions and 2 deletions
+4
View File
@@ -28,6 +28,10 @@ resources :tutorials do
end
end
resources :admin do
get "dashboard"
end
resources :dashboard do
collection do
get "home"