method

process_action

process_action(*args)
private

No documentation available.

# File actionpack/lib/action_controller/metal/rescue.rb, line 19
      def process_action(*args)
        super
      rescue Exception => exception
        request.env['action_dispatch.show_detailed_exceptions'] ||= show_detailed_exceptions?
        rescue_with_handler(exception) || raise
      end