method

debug_exception_response_format

rails latest stable - Class: Rails::Application::Configuration
debug_exception_response_format()
public

No documentation available.

# File railties/lib/rails/application/configuration.rb, line 391
      def debug_exception_response_format
        @debug_exception_response_format || :default
      end