method

const_missing

rails latest stable - Class: ActiveSupport::Deprecation::DeprecatedConstantProxy
const_missing(name)
private

No documentation available.

# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 181
        def const_missing(name)
          @deprecator.warn(@message, caller_locations)
          target.const_get(name)
        end