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:
parent
15ca8ad0c1
commit
e1865d70ec
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue