method
const_missing
v8.1.1 -
Show latest stable
- Class:
ActiveSupport::Deprecation::DeprecatedConstantProxy
const_missing(name)private
No documentation available.
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 178
def const_missing(name)
@deprecator.warn(@message, caller_locations)
target.const_get(name)
end