mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update cache_timestamp_format default value in guides
[ci skip]
This commit is contained in:
parent
33ae634483
commit
c1ef21e042
1 changed files with 1 additions and 1 deletions
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in a new issue