1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #35743 from soartec-lab/update_guide_active_support_deprecation_silenced

Add default value `ActiveSupport::Deprecation.silenced` [ci skip]
This commit is contained in:
Vipul A M 2019-03-26 12:46:57 +05:30 committed by GitHub
commit 5917e50382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -727,7 +727,7 @@ There are a few configuration options available in Active Support:
* `ActiveSupport::Deprecation.silence` takes a block in which all deprecation warnings are silenced.
* `ActiveSupport::Deprecation.silenced` sets whether or not to display deprecation warnings.
* `ActiveSupport::Deprecation.silenced` sets whether or not to display deprecation warnings. The default is `false`.
### Configuring Active Job