Skip to content

Commit 08b24ea

Browse files
Autolink UncacheableFragmentError [ci-skip]
1 parent 811497e commit 08b24ea

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
@@ -197,7 +197,7 @@ def caching?
197197
CachingRegistry.caching?
198198
end
199199

200-
# Raises +UncacheableFragmentError+ when called from within a +cache+ block.
200+
# Raises UncacheableFragmentError when called from within a +cache+ block.
201201
#
202202
# Useful to denote helper methods that can't participate in fragment caching:
203203
#

0 commit comments

Comments
 (0)