Skip to content

Commit

Permalink
Link between configuration.md and cache_store documentation [ci skip]
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan Hefner <[email protected]>
  • Loading branch information
jean-francois-labbe and jonathanhefner committed May 7, 2020
1 parent 46a22ce commit 3ccc305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ These configuration methods are to be called on a `Rails::Railtie` object, such
* `config.beginning_of_week` sets the default beginning of week for the
application. Accepts a valid day of week as a symbol (e.g. `:monday`).
* `config.cache_store` configures which cache store to use for Rails caching. Options include one of the symbols `:memory_store`, `:file_store`, `:mem_cache_store`, `:null_store`, `:redis_cache_store`, or an object that implements the cache API. Defaults to `:file_store`.
* `config.cache_store` configures which cache store to use for Rails caching. Options include one of the symbols `:memory_store`, `:file_store`, `:mem_cache_store`, `:null_store`, `:redis_cache_store`, or an object that implements the cache API. Defaults to `:file_store`. See [Cache Stores](caching_with_rails.html#cache-stores) for per-store configuration options.
* `config.colorize_logging` specifies whether or not to use ANSI color codes when logging information. Defaults to `true`.
Expand Down

0 comments on commit 3ccc305

Please sign in to comment.