Skip to content

Commit

Permalink
code review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilbhatt committed Aug 2, 2024
1 parent f9d4b03 commit 37217ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guides/source/caching_with_rails.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,8 @@ response.strong_etag = response.body # => "618bbc92e2d35ea1945008b42799b0e7"

Caching in Development
----------------------
By default, caching is *enabled* in development mode, Rails uses
[`:memory_store`](#activesupport-cache-memorystore) for caching.
By default, caching is *enabled* in development mode with
[`:memory_store`](#activesupport-cache-memorystore).

Rails also provides the rails command `dev:cache` to
easily toggle action controller caching on/off.
Expand Down

0 comments on commit 37217ed

Please sign in to comment.