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>2020-12-03 15:09:39 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-12-03 15:09:39 +0300
commitf145ef4be75f3711c52a680b86d96568e9acf385 (patch)
tree5e90358a166062305cf41f73e541cf4744b76c4d /app/models/concerns/reactive_caching.rb
parent544eaa90817fa8595826fbd44f37452c76b56378 (diff)
Add latest changes from gitlab-org/gitlab@masterCSTarun
Diffstat (limited to 'app/models/concerns/reactive_caching.rb')
-rw-r--r--app/models/concerns/reactive_caching.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/concerns/reactive_caching.rb b/app/models/concerns/reactive_caching.rb
index 3470bdab5fb..dbc70ac2218 100644
--- a/app/models/concerns/reactive_caching.rb
+++ b/app/models/concerns/reactive_caching.rb
@@ -1,7 +1,8 @@
# frozen_string_literal: true
# The usage of the ReactiveCaching module is documented here:
-# https://docs.gitlab.com/ee/development/reactive_caching.md
+# https://docs.gitlab.com/ee/development/reactive_caching.html
+#
module ReactiveCaching
extend ActiveSupport::Concern