File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
activesupport/lib/active_support/deprecation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,8 +60,8 @@ class Deprecation
60
60
# [+raise+] Raise ActiveSupport::DeprecationException.
61
61
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
62
62
# [+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.
65
65
# [+silence+] Do nothing. On \Rails, set <tt>config.active_support.report_deprecations = false</tt> to disable all behaviors.
66
66
#
67
67
# Setting behaviors only affects deprecations that happen after boot time.
@@ -88,8 +88,8 @@ def disallowed_behavior
88
88
# [+raise+] Raise ActiveSupport::DeprecationException.
89
89
# [+stderr+] Log all deprecation warnings to <tt>$stderr</tt>.
90
90
# [+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.
93
93
# [+silence+] Do nothing.
94
94
#
95
95
# Setting behaviors only affects deprecations that happen after boot time.
You can’t perform that action at this time.
0 commit comments