mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix formatting typo, + should be `
This commit is contained in:
parent
7c69945c76
commit
a3bb1385b0
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ config.middleware.delete "Rack::MethodOverride"
|
|||
|
||||
* `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 `:number`.
|
||||
|
||||
The MySQL adapter adds one additional configuration option:
|
||||
|
||||
|
|
Loading…
Reference in a new issue