summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-05-24 13:37:19 +0200
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-05-24 13:37:19 +0200
commit2f62af684e127010cffd81e027f469dcde3bc9b2 (patch)
treee6846f1fa947d123ca43208b61b37bd6e7fc1bad
parent3be9820da63d77ab8b4469dbbb5385292f928057 (diff)
downloadgitlab-ce-2f62af684e127010cffd81e027f469dcde3bc9b2.tar.gz
Restore original comment [ci skip]
-rw-r--r--lib/gitlab/etag_caching/router.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/etag_caching/router.rb b/lib/gitlab/etag_caching/router.rb
index 01bf578c570..9deca760469 100644
--- a/lib/gitlab/etag_caching/router.rb
+++ b/lib/gitlab/etag_caching/router.rb
@@ -7,7 +7,7 @@ module Gitlab
# - Don't contain a reserved word (expect for the words used in the
# regex itself)
# - Ending in `noteable/issue/<id>/notes` for the `issue_notes` route
- # - Ending in `issues/id`/rendered_title` for the `issue_title` route
+ # - Ending in `issues/id`/realtime_changes` for the `issue_title` route
USED_IN_ROUTES = %w[noteable issue notes issues realtime_changes
commit pipelines merge_requests new
environments].freeze