Skip to content

Commit a58c8a3

Browse files
committed
Fix example in ActionController::Caching docs
Changes: - The configuration code example was not being highlighted correcly - There is not a module list below
1 parent bec587e commit a58c8a3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

actionpack/lib/action_controller/caching.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ module ActionController
99
# of calculations, renderings, and database calls around for subsequent
1010
# requests.
1111
#
12-
# You can read more about each approach by clicking the modules below.
13-
#
1412
# Note: To turn off all caching provided by Action Controller, set
13+
#
1514
# config.action_controller.perform_caching = false
1615
#
1716
# ## Caching stores

0 commit comments

Comments
 (0)