class method
self.method_missing
Ruby on Rails 7.2.3
Since v5.2.8.1 PrivateSignature
self.method_missing(name, ...)
No documentation comment.
Parameters
-
namereq -
...req
Source
# File activesupport/lib/active_support/current_attributes.rb, line 178
def method_missing(name, ...)
instance.public_send(name, ...)
end
Defined in activesupport/lib/active_support/current_attributes.rb line 178
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::CurrentAttributes