Class: Rswag::Ui::HomeController
- Inherits:
-
ActionController::Base
- Object
- ActionController::Base
- Rswag::Ui::HomeController
- Defined in:
- app/controllers/rswag/ui/home_controller.rb
Instance Method Summary collapse
Instance Method Details
#index ⇒ Object
5 6 7 8 |
# File 'app/controllers/rswag/ui/home_controller.rb', line 5 def index @swagger_endpoints = Rswag::Ui.config.swagger_endpoints render :index, layout: false end |