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

Add default value ActiveSupport::Deprecation.silenced [ci skip]

This commit is contained in:
soartec-lab 2019-03-25 21:29:12 +09:00
parent 15ca8ad0c1
commit e1865d70ec

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