Remove duplicate configuration option for ActiveSupport [ci skip]

Fixes rails/rails#13732
This commit is contained in:
Zachary Scott 2014-01-16 11:06:10 -08:00
parent 6900b3e6ed
commit 3d5c4a1647

@ -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