diff options
-rw-r--r-- | app/controllers/admin/groups_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/admin/groups_controller.rb b/app/controllers/admin/groups_controller.rb index bfde6548900..0bba019918f 100644 --- a/app/controllers/admin/groups_controller.rb +++ b/app/controllers/admin/groups_controller.rb @@ -64,7 +64,7 @@ class Admin::GroupsController < AdminController def destroy @group.destroy - redirect_to groups_url, notice: 'Group was successfully deleted.' + redirect_to admin_groups_path, notice: 'Group was successfully deleted.' end private |