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