instance method
method_missing
Ruby on Rails 8.0.4
Since v6.0.6 PrivateSignature
method_missing(...)
No documentation comment.
Parameters
-
...req
Source
# File activesupport/lib/active_support/deprecation/proxy_wrappers.rb, line 183
def method_missing(...)
@deprecator.warn(@message, caller_locations)
target.__send__(...)
end
Defined in activesupport/lib/active_support/deprecation/proxy_wrappers.rb line 183
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Deprecation::DeprecatedConstantProxy