aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2015-03-03 18:14:45 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2015-03-03 18:14:45 -0800
commitd596326b399b51573a2ceeae6b7309dee9344026 (patch)
treee46c514e1ddc87b4786f7b817450101031708d20
parent82dd60b5b7ed915dcf1eca603ea5e615c6e47a3d (diff)
parentc1ef21e042dfc1142f58906833a70da0a4c97d63 (diff)
downloadrails-d596326b399b51573a2ceeae6b7309dee9344026.tar.gz
rails-d596326b399b51573a2ceeae6b7309dee9344026.tar.bz2
rails-d596326b399b51573a2ceeae6b7309dee9344026.zip
Merge pull request #19191 from tjschuck/cache_timestamp_format_guide_update
Update cache_timestamp_format default value in guides
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index 15e1b378ca..e0b09be782 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -286,7 +286,7 @@ All these configuration options are delegated to the `I18n` library.
* `config.active_record.lock_optimistically` controls whether Active Record will use optimistic locking and is true by default.
-* `config.active_record.cache_timestamp_format` controls the format of the timestamp value in the cache key. Default is `:number`.
+* `config.active_record.cache_timestamp_format` controls the format of the timestamp value in the cache key. Default is `:nsec`.
* `config.active_record.record_timestamps` is a boolean value which controls whether or not timestamping of `create` and `update` operations on a model occur. The default value is `true`.