method
halted_callback
v8.1.1 -
Show latest stable
- Class:
ActionController::StructuredEventSubscriber
halted_callback(event)public
No documentation available.
# File actionpack/lib/action_controller/structured_event_subscriber.rb, line 43
def halted_callback(event)
emit_event("action_controller.callback_halted", filter: event.payload[:filter])
end