Fix typo(missing quote) when deleting groups
This commit is contained in:
parent
03b7fe71a5
commit
d6a523d785
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ class GroupsController < Groups::ApplicationController
|
||||||
def destroy
|
def destroy
|
||||||
DestroyGroupService.new(@group, current_user).execute
|
DestroyGroupService.new(@group, current_user).execute
|
||||||
|
|
||||||
redirect_to root_path, alert: "Group '#{@group.name} was deleted."
|
redirect_to root_path, alert: "Group '#{@group.name}' was deleted."
|
||||||
end
|
end
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
Loading…
Reference in a new issue