method

show_exceptions_app

rails latest stable - Class: Rails::Application

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v4.0.2) is shown here.

show_exceptions_app()
protected

No documentation available.

# File railties/lib/rails/application.rb, line 390
    def show_exceptions_app
      config.exceptions_app || ActionDispatch::PublicExceptions.new(Rails.public_path)
    end