instance method
context
Ruby on Rails edge
Since v8.1.3.1Available in: v8.1.3.1 edge
Signature
context()
Returns the current context data.
Source
# File activesupport/lib/active_support/event_reporter.rb, line 593
def context
context_store.context
end
Defined in activesupport/lib/active_support/event_reporter.rb line 593
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::EventReporter