Commit 83dc5f93 authored by randx's avatar randx

Fix issue with removing group

parent 4bc64b55
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment