Skip to content

Commit 34ab9b9

Browse files
authored
Merge pull request rails#52585 from Shopify/fix-docs-linting
Fix linting error in Caching With Rails doc
2 parents cf936f5 + 349d32e commit 34ab9b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

guides/source/caching_with_rails.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -720,6 +720,7 @@ response.strong_etag = response.body # => "618bbc92e2d35ea1945008b42799b0e7"
720720

721721
Caching in Development
722722
----------------------
723+
723724
By default, caching is *enabled* in development mode with
724725
[`:memory_store`](#activesupport-cache-memorystore).
725726

0 commit comments

Comments
 (0)