instance method
method_missing
Ruby on Rails 3.2.22.5
Since v3.2.22.5 Last seen in v3.2.22.5Signature
method_missing(method, *args)
No documentation comment.
Parameters
-
methodreq -
argsrest
Source
# File activesupport/lib/active_support/tagged_logging.rb, line 71
def method_missing(method, *args)
@logger.send(method, *args)
end
Defined in activesupport/lib/active_support/tagged_logging.rb line 71
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TaggedLogging