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:
@@ -30,6 +30,8 @@ end
|
||||
|
||||
resources :admin do
|
||||
get "dashboard"
|
||||
get "get_user"
|
||||
put "update_user"
|
||||
end
|
||||
|
||||
resources :dashboard do
|
||||
|
||||
Reference in New Issue
Block a user