Skip to content

Commit a3f62cb

Browse files
authored
Merge pull request rails#39013 from jonathanhefner/realign-cache-key-diagram
Realign cache key diagram in method doc [ci skip]
2 parents 876cc27 + e158a34 commit a3f62cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actionview/lib/action_view/helpers/cache_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ module CacheHelper
2525
# the project. The cache key generated from this call will be something like:
2626
#
2727
# views/template/action:7a1156131a6928cb0026877f8b749ac9/projects/123
28-
# ^template path ^template tree digest ^class ^id
28+
# ^template path ^template tree digest ^class ^id
2929
#
3030
# This cache key is stable, but it's combined with a cache version derived from the project
3131
# record. When the project updated_at is touched, the #cache_version changes, even

0 commit comments

Comments
 (0)