Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/project_group_link.rb')
-rw-r--r--app/models/project_group_link.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/project_group_link.rb b/app/models/project_group_link.rb
index f065246e8af..d704f4c2c87 100644
--- a/app/models/project_group_link.rb
+++ b/app/models/project_group_link.rb
@@ -2,6 +2,7 @@
class ProjectGroupLink < ApplicationRecord
include Expirable
+ include EachBatch
belongs_to :project
belongs_to :group
@@ -49,4 +50,4 @@ class ProjectGroupLink < ApplicationRecord
end
end
-ProjectGroupLink.prepend_if_ee('EE::ProjectGroupLink')
+ProjectGroupLink.prepend_mod_with('ProjectGroupLink')