mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #35743 from soartec-lab/update_guide_active_support_deprecation_silenced
Add default value `ActiveSupport::Deprecation.silenced` [ci skip]
This commit is contained in:
commit
5917e50382
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