method
halted_callback
v4.2.7 -
Show latest stable
- Class:
ActionController::LogSubscriber
halted_callback(event)public
No documentation available.
# File actionpack/lib/action_controller/log_subscriber.rb, line 33
def halted_callback(event)
info { "Filter chain halted as #{event.payload[:filter].inspect} rendered or redirected" }
end