mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] correct default cache store class
This commit is contained in:
parent
80cee184ac
commit
2c8714568b
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module ActionController
|
|||
# All the caching stores from ActiveSupport::Cache are available to be used as backends
|
||||
# for Action Controller caching.
|
||||
#
|
||||
# Configuration examples (MemoryStore is the default):
|
||||
# Configuration examples (FileStore is the default):
|
||||
#
|
||||
# config.action_controller.cache_store = :memory_store
|
||||
# config.action_controller.cache_store = :file_store, '/path/to/cache/directory'
|
||||
|
|
Loading…
Reference in a new issue