Skip to content

Commit e158a34

Browse files
Realign cache key diagram in method doc [ci skip]
Follow-up to rails#37669.
1 parent 876cc27 commit e158a34

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)