Class: Apress::Documentation::SwaggerUiController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Apress::Documentation::SwaggerUiController
- Defined in:
- app/controllers/apress/documentation/swagger_ui_controller.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
4 5 6 |
# File 'app/controllers/apress/documentation/swagger_ui_controller.rb', line 4 def show render 'show', layout: false end |