diff --git a/app/controllers/admin/groups_controller.rb b/app/controllers/admin/groups_controller.rb index bfde65489008108b2075542cfc9811e4ec7019bb..0bba019918f69730f8ea37dc5797493281f9c6e8 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