rswag/app/controllers/swagger_rails/swagger_ui_controller.rb
2016-02-03 23:41:31 -08:00

9 lines
140 B
Ruby

module SwaggerRails
class SwaggerUiController < ApplicationController
def index
render :index, layout: false
end
end
end