Class: Rswag::Ui::HomeController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/rswag/ui/home_controller.rb

Instance Method Summary collapse

Instance Method Details

#indexObject



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