We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f9dafb commit 6903ac4Copy full SHA for 6903ac4
activesupport/lib/active_support/deprecation/constant_accessor.rb
@@ -44,7 +44,8 @@ def const_missing(missing_const_name)
44
# The +deprecator+ keyword argument is the object that will print the
45
# deprecation message, an instance of ActiveSupport::Deprecation.
46
#
47
- # With that in place, client code referencing <tt>A::B</tt> will see
+ # With that in place, references to <tt>A::B</tt> still work, they
48
+ # evaluate to <tt>C::D</tt> now, and trigger a deprecation warning:
49
50
# DEPRECATION WARNING: A::B is deprecated! Use C::D instead.
51
# (called from ...)
0 commit comments