instance method
halted_callback
Ruby on Rails 7.1.6
Since v3.2.22.5 Last seen in v8.0.4Signature
halted_callback(event)
No documentation comment.
Parameters
-
eventreq
Source
# File actionpack/lib/action_controller/log_subscriber.rb, line 45
def halted_callback(event)
info { "Filter chain halted as #{event.payload[:filter].inspect} rendered or redirected" }
end
Defined in actionpack/lib/action_controller/log_subscriber.rb line 45
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::LogSubscriber