Fix issue with removing group

This commit is contained in:
randx 2012-10-22 21:21:34 +03:00
parent 4bc64b5530
commit 83dc5f9362
1 changed files with 1 additions and 1 deletions

View File

@ -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