instance method
halted_callback
Ruby on Rails 3.2.22.5
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 32
def halted_callback(event)
info "Filter chain halted as #{event.payload[:filter]} rendered or redirected"
end
Defined in actionpack/lib/action_controller/log_subscriber.rb line 32
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::LogSubscriber