method

method_missing

method_missing(...)
private

No documentation available.

# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 183
        def method_missing(...)
          @deprecator.warn(@message, caller_locations)
          target.__send__(...)
        end