Skip to content
Snippets Groups Projects
Commit 83dc5f93 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix issue with removing group

parent 4bc64b55
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment