diff --git a/app/controllers/groups_controller.rb b/app/controllers/groups_controller.rb index 1190dd4..60fc3f6 100644 --- a/app/controllers/groups_controller.rb +++ b/app/controllers/groups_controller.rb @@ -87,7 +87,6 @@ class GroupsController < ApplicationController end def destroy - @group.truncate_teams @group.destroy redirect_to root_path, notice: 'Group was removed.' -- libgit2 0.21.2