Fix issue with removing group
This commit is contained in:
parent
4bc64b5530
commit
83dc5f9362
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ class Admin::GroupsController < AdminController
|
||||||
def destroy
|
def destroy
|
||||||
@group.destroy
|
@group.destroy
|
||||||
|
|
||||||
redirect_to groups_url, notice: 'Group was successfully deleted.'
|
redirect_to admin_groups_path, notice: 'Group was successfully deleted.'
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in a new issue