aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-04-03 14:08:48 +0200
committerYves Senn <yves.senn@gmail.com>2013-04-03 14:08:48 +0200
commita3bb1385b07a5816d4882b32a84787ee1ab78746 (patch)
tree6194868c2e5537260323eaa742bff034eaec0909 /guides
parent7c69945c765e7704edc01b3910df28a4792da859 (diff)
downloadrails-a3bb1385b07a5816d4882b32a84787ee1ab78746.tar.gz
rails-a3bb1385b07a5816d4882b32a84787ee1ab78746.tar.bz2
rails-a3bb1385b07a5816d4882b32a84787ee1ab78746.zip
fix formatting typo, + should be `
Diffstat (limited to '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 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: