module ActionController::Rescue

def use_rails_error_handling?

def use_rails_error_handling?
  @use_rails_error_handling ||= false
end