Improve perfomance of removeing group
This commit is contained in:
parent
f45345edb3
commit
d075df56d3
4 changed files with 27 additions and 1 deletions
|
@ -29,4 +29,8 @@ class Group < Namespace
|
|||
def human_name
|
||||
name
|
||||
end
|
||||
|
||||
def truncate_teams
|
||||
UsersProject.truncate_teams(project_ids)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue