Maintenance mode - ProSBC and TMG
Useful before_filter "One-Liner" for your routing script: gracefully rejecting all new coming calls.
Last updated
Was this helpful?
Useful before_filter "One-Liner" for your routing script: gracefully rejecting all new coming calls.
Last updated
Was this helpful?
Was this helpful?
before_filter :proc => proc { |p| raise RoutingException, :no_circuit_available }## before_filter :proc => proc { |p| raise RoutingException, :no_circuit_available }before_filter :proc => proc { |p| raise RoutingException, :no_circuit_available }