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