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