method

warn

rails latest stable - Class: ActiveSupport::Deprecation::DeprecatedConstantProxy

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v5.2.3) is shown here.

warn(callstack, called, args)
private

No documentation available.

# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 149
        def warn(callstack, called, args)
          @deprecator.warn(@message, callstack)
        end