Class: Apress::Documentation::SwaggerUiController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/apress/documentation/swagger_ui_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



4
5
6
# File 'app/controllers/apress/documentation/swagger_ui_controller.rb', line 4

def show
  render 'show', layout: false
end