From e1865d70ec7e968f99605001251ba2564c392875 Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Mon, 25 Mar 2019 21:29:12 +0900 Subject: Add default value `ActiveSupport::Deprecation.silenced` [ci skip] --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') 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 -- cgit v1.2.3