Skip to content

Commit dc99003

Browse files
Autolink AS::Notifications and AS::ErrorReporter [ci-skip]
1 parent d601d9d commit dc99003

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

activesupport/lib/active_support/deprecation/behaviors.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ class Deprecation
6060
# [+raise+] Raise ActiveSupport::DeprecationException.
6161
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
6262
# [+log+] Log all deprecation warnings to +Rails.logger+.
63-
# [+notify+] Use +ActiveSupport::Notifications+ to notify +deprecation.rails+.
64-
# [+report+] Use +ActiveSupport::ErrorReporter+ to report deprecations.
63+
# [+notify+] Use ActiveSupport::Notifications to notify +deprecation.rails+.
64+
# [+report+] Use ActiveSupport::ErrorReporter to report deprecations.
6565
# [+silence+] Do nothing. On \Rails, set <tt>config.active_support.report_deprecations = false</tt> to disable all behaviors.
6666
#
6767
# Setting behaviors only affects deprecations that happen after boot time.
@@ -88,8 +88,8 @@ def disallowed_behavior
8888
# [+raise+] Raise ActiveSupport::DeprecationException.
8989
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
9090
# [+log+] Log all deprecation warnings to +Rails.logger+.
91-
# [+notify+] Use +ActiveSupport::Notifications+ to notify +deprecation.rails+.
92-
# [+report+] Use +ActiveSupport::ErrorReporter+ to report deprecations.
91+
# [+notify+] Use ActiveSupport::Notifications to notify +deprecation.rails+.
92+
# [+report+] Use ActiveSupport::ErrorReporter to report deprecations.
9393
# [+silence+] Do nothing.
9494
#
9595
# Setting behaviors only affects deprecations that happen after boot time.

0 commit comments

Comments
 (0)