diff options
author | Zachary Scott <e@zzak.io> | 2014-01-16 11:06:10 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-01-16 11:06:10 -0800 |
commit | 3d5c4a16472edadb158eb879bb5e7ef30403a93c (patch) | |
tree | 4603372e2765390e1e4d0a52c4f7c3a2ef80e3cd | |
parent | 6900b3e6ed05b48da360122595b59856f36601eb (diff) | |
download | rails-3d5c4a16472edadb158eb879bb5e7ef30403a93c.tar.gz rails-3d5c4a16472edadb158eb879bb5e7ef30403a93c.tar.bz2 rails-3d5c4a16472edadb158eb879bb5e7ef30403a93c.zip |
Remove duplicate configuration option for ActiveSupport [ci skip]
Fixes rails/rails#13732
-rw-r--r-- | guides/source/configuring.md | 1 |
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 |