method
call
v7.2.3 -
Show latest stable
- Class:
ActionDispatch::ServerTiming::Subscriber
call(event)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/server_timing.rb, line 17
def call(event)
if events = ActiveSupport::IsolatedExecutionState[KEY]
events << event
end
end