Updated admin Group editing page

• Updated:
- admin Group editing page to include list of admin mods, ability to delete group, ability to make (me/admin) admin of the group
This commit is contained in:
mgabdev
2020-12-30 12:16:47 -05:00
parent 381a5bacc6
commit 2e1f12a33a
4 changed files with 76 additions and 37 deletions

View File

@@ -171,8 +171,7 @@ Rails.application.routes.draw do
resources :groups, only: [:index, :show, :update, :destroy] do
member do
post :enable_featured
post :disable_featured
post :make_me_admin
end
end