module ActionController::Instrumentation

def halted_callback_hook(filter)

A hook invoked everytime a before callback is halted.
def halted_callback_hook(filter)
  ActiveSupport::Notifications.instrument("halted_callback.action_controller", :filter => filter)
end