method
show_exceptions_app
v8.1.1 -
Show latest stable
- Class:
Rails::Application::DefaultMiddlewareStack
show_exceptions_app()private
No documentation available.
# File railties/lib/rails/application/default_middleware_stack.rb, line 135
def show_exceptions_app
config.exceptions_app || ActionDispatch::PublicExceptions.new(Rails.public_path)
end