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

Fixed 500 error when try to remove group

parent 9a00bbda
No related branches found
No related tags found
1 merge request!5081fixed command to update init script
Loading
Loading
@@ -87,7 +87,6 @@ class GroupsController < ApplicationController
end
 
def destroy
@group.truncate_teams
@group.destroy
 
redirect_to root_path, notice: 'Group was removed.'
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