aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorZachary Scott <e@zzak.io>2014-01-16 11:06:10 -0800
committerZachary Scott <e@zzak.io>2014-01-16 11:06:10 -0800
commit3d5c4a16472edadb158eb879bb5e7ef30403a93c (patch)
tree4603372e2765390e1e4d0a52c4f7c3a2ef80e3cd /guides/source/configuring.md
parent6900b3e6ed05b48da360122595b59856f36601eb (diff)
downloadrails-3d5c4a16472edadb158eb879bb5e7ef30403a93c.tar.gz
rails-3d5c4a16472edadb158eb879bb5e7ef30403a93c.tar.bz2
rails-3d5c4a16472edadb158eb879bb5e7ef30403a93c.zip
Remove duplicate configuration option for ActiveSupport [ci skip]
Fixes rails/rails#13732
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md
index c30b806907..78dc84180c 100644
--- a/guides/source/configuring.md
+++ b/guides/source/configuring.md
@@ -449,7 +449,6 @@ There are a few configuration options available in Active Support:
* `ActiveSupport::Deprecation.silenced` sets whether or not to display deprecation warnings.
-* `ActiveSupport::Logger.silencer` is set to `false` to disable the ability to silence logging in a block. The default is `true`.
### Configuring a Database