aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorsoartec-lab <info@soartec-lab.work>2019-03-25 21:29:12 +0900
committersoartec-lab <info@soartec-lab.work>2019-03-25 21:29:12 +0900
commite1865d70ec7e968f99605001251ba2564c392875 (patch)
treec5947e672706e77412381b583962ea47f00fa5c0 /guides/source/configuring.md
parent15ca8ad0c1e94d11d0deb02535bc286e077d43ce (diff)
downloadrails-e1865d70ec7e968f99605001251ba2564c392875.tar.gz
rails-e1865d70ec7e968f99605001251ba2564c392875.tar.bz2
rails-e1865d70ec7e968f99605001251ba2564c392875.zip
Add default value `ActiveSupport::Deprecation.silenced` [ci skip]
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
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