diff options
author | T.J. Schuck <tj@getharvest.com> | 2015-03-03 18:24:20 -0500 |
---|---|---|
committer | T.J. Schuck <tj@getharvest.com> | 2015-03-03 18:24:20 -0500 |
commit | c1ef21e042dfc1142f58906833a70da0a4c97d63 (patch) | |
tree | e0c3d0c915d6112709a0dcadeb3a35bded96c829 /guides | |
parent | 33ae6344834fdf71b93e0b6db899b58e017a7655 (diff) | |
download | rails-c1ef21e042dfc1142f58906833a70da0a4c97d63.tar.gz rails-c1ef21e042dfc1142f58906833a70da0a4c97d63.tar.bz2 rails-c1ef21e042dfc1142f58906833a70da0a4c97d63.zip |
Update cache_timestamp_format default value in guides
[ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 2 |
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`. |