Improve perfomance of removeing group

This commit is contained in:
Dmitriy Zaporozhets 2012-12-30 14:26:19 +02:00
parent f45345edb3
commit d075df56d3
4 changed files with 27 additions and 1 deletions

View file

@ -29,4 +29,8 @@ class Group < Namespace
def human_name
name
end
def truncate_teams
UsersProject.truncate_teams(project_ids)
end
end