1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #11551 from skammer/patch-1

Removed random dot in ActionController docs [ci skip]
This commit is contained in:
Yves Senn 2013-07-22 05:14:30 -07:00
commit b904701ff6

View file

@ -9,7 +9,7 @@ module ActionController
# You can read more about each approach by clicking the modules below.
#
# Note: To turn off all caching, set
# config.action_controller.perform_caching = false.
# config.action_controller.perform_caching = false
#
# == \Caching stores
#