Class: Minitest::OpenAPI::Api::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/minitest/openapi/api/engine.rb

Overview

Mountable engine. In the host app's routes:

mount Minitest::OpenAPI::Api::Engine => "/api-docs"

The document is then served at GET /api-docs.