diff options
author | Yves Senn <yves.senn@gmail.com> | 2013-04-03 14:08:48 +0200 |
---|---|---|
committer | Yves Senn <yves.senn@gmail.com> | 2013-04-03 14:08:48 +0200 |
commit | a3bb1385b07a5816d4882b32a84787ee1ab78746 (patch) | |
tree | 6194868c2e5537260323eaa742bff034eaec0909 | |
parent | 7c69945c765e7704edc01b3910df28a4792da859 (diff) | |
download | rails-a3bb1385b07a5816d4882b32a84787ee1ab78746.tar.gz rails-a3bb1385b07a5816d4882b32a84787ee1ab78746.tar.bz2 rails-a3bb1385b07a5816d4882b32a84787ee1ab78746.zip |
fix formatting typo, + should be `
-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 9ea493325d..a0ab707b51 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -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: |