method

halted_callback

halted_callback(event)
public

No documentation available.

# File actionpack/lib/action_controller/log_subscriber.rb, line 35
    def halted_callback(event)
      info("Filter chain halted as #{event.payload[:filter]} rendered or redirected")
    end