instance method method_missing

Ruby on Rails 3.2.22.5

Since v3.2.22.5 Last seen in v3.2.22.5

Signature

method_missing(method, *args)

No documentation comment.

Parameters

method req
args rest
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

Type at least 2 characters to search.

↑↓ navigate · open · esc close