Class: SwaggerUiStaticEngine::EngineController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- SwaggerUiStaticEngine::EngineController
- Defined in:
- app/controllers/swagger_ui_static_engine/engine_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
3 4 5 |
# File 'app/controllers/swagger_ui_static_engine/engine_controller.rb', line 3 def index @swagger_url = SwaggerUiStaticEngine::Engine.swagger_url end |