update users info via ajax is working, yay. Next thing is we need to move the datatables into an ajax call and so that we can refresh the table upon any changes occuring

This commit is contained in:
Ken Johnson
2013-05-20 16:31:59 -04:00
parent 168c19bdc5
commit 5fd72fcd6f
7 changed files with 129 additions and 98 deletions
+2
View File
@@ -30,6 +30,8 @@ end
resources :admin do
get "dashboard"
get "get_user"
put "update_user"
end
resources :dashboard do