instance method
tagged
Ruby on Rails 5.0.7.2
Since v3.2.22.5Signature
tagged(*tags)
No documentation comment.
Parameters
-
tagsrest
Source
# File activesupport/lib/active_support/tagged_logging.rb, line 68
def tagged(*tags)
formatter.tagged(*tags) { yield self }
end
Defined in activesupport/lib/active_support/tagged_logging.rb line 68
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::TaggedLogging