mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
fix bad formatting [ci skip]
This commit is contained in:
parent
2a67a8cc59
commit
9adf28c026
1 changed files with 2 additions and 2 deletions
|
@ -16,9 +16,9 @@ module ActiveSupport
|
|||
#
|
||||
# Available behaviors:
|
||||
#
|
||||
# [+stderr+] Log all deprecation warnings to +$stderr+.
|
||||
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
|
||||
# [+log+] Log all deprecation warnings to +Rails.logger+.
|
||||
# [+notify] Use +ActiveSupport::Notifications+ to notify +deprecation.rails+.
|
||||
# [+notify+] Use <tt>ActiveSupport::Notifications</tt> to notify +deprecation.rails+.
|
||||
# [+silence+] Do nothing.
|
||||
#
|
||||
# Setting behaviors only affects deprecations that happen after boot time.
|
||||
|
|
Loading…
Reference in a new issue