instance method
const_missing
Ruby on Rails 6.0.6
Since v6.0.6 PrivateSignature
const_missing(name)
No documentation comment.
Parameters
-
namereq
Source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 166
def const_missing(name)
@deprecator.warn(@message, caller_locations)
target.const_get(name)
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 166
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedConstantProxy