GitLab 6.0 can not "Remove Group" // undefined method `truncate_teams' in groups_controller.rb:90
Created by: ahzf
After updating a GitLab 5.4 to 6.0 I noticed, that I can not (or no longer) delete groups. The log file /home/git/gitlab/log/production.log says:
Started DELETE "/groups/test" for 127.0.0.1 at 2013-08-23 16:03:01 +0200 Processing by GroupsController#destroy as HTML Parameters: {"authenticity_token"=>"oELC6QWwfubbifuXMXeBzm71XyGBvRJSsFd2CUIaALI=", "id"=>"test"} Completed 500 Internal Server Error in 11ms
NoMethodError (undefined method truncate_teams' for #<Group:0x00000008219e88>): app/controllers/groups_controller.rb:90:in
destroy'