diff options
author | Vipul A M <vipulnsward@gmail.com> | 2019-03-26 12:46:57 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-26 12:46:57 +0530 |
commit | 5917e50382b05913e695c414fb0139d43a7d6d16 (patch) | |
tree | feeb8692e21c4719b29946928f6d0d717d3a52c0 /guides/source | |
parent | b2b559c75cf7c8f1dc6f22057b7780c72f45af51 (diff) | |
parent | e1865d70ec7e968f99605001251ba2564c392875 (diff) | |
download | rails-5917e50382b05913e695c414fb0139d43a7d6d16.tar.gz rails-5917e50382b05913e695c414fb0139d43a7d6d16.tar.bz2 rails-5917e50382b05913e695c414fb0139d43a7d6d16.zip |
Merge pull request #35743 from soartec-lab/update_guide_active_support_deprecation_silenced
Add default value `ActiveSupport::Deprecation.silenced` [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/configuring.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/configuring.md b/guides/source/configuring.md index ed739aa0ab..04ad5a56a2 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -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 |