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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-12-03 21:11:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-12-03 21:11:11 +0300
commit5b0916450cebb6a88bd651fd0579737541c355c8 (patch)
tree3a788fd8e2ef18b1c6e06d222e84bb5d84307870 /app/models/todo.rb
parent78aaabb87f180e93fa53aba407a0eef1e12a7a56 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/todo.rb')
-rw-r--r--app/models/todo.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/todo.rb b/app/models/todo.rb
index 742b8fd2a9d..d7c22bf8510 100644
--- a/app/models/todo.rb
+++ b/app/models/todo.rb
@@ -3,6 +3,7 @@
class Todo < ApplicationRecord
include Sortable
include FromUnion
+ include EachBatch
# Time to wait for todos being removed when not visible for user anymore.
# Prevents TODOs being removed by mistake, for example, removing access from a user