We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876cc27 commit e158a34Copy full SHA for e158a34
actionview/lib/action_view/helpers/cache_helper.rb
@@ -25,7 +25,7 @@ module CacheHelper
25
# the project. The cache key generated from this call will be something like:
26
#
27
# views/template/action:7a1156131a6928cb0026877f8b749ac9/projects/123
28
- # ^template path ^template tree digest ^class ^id
+ # ^template path ^template tree digest ^class ^id
29
30
# This cache key is stable, but it's combined with a cache version derived from the project
31
# record. When the project updated_at is touched, the #cache_version changes, even
0 commit comments