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
+5
View File
@@ -1,2 +1,7 @@
class AdminController < ApplicationController
def dashboard
@users = User.all
end
end