rswag/app/controllers/swagger_rails/application_controller.rb

9 lines
159 B
Ruby

module SwaggerRails
class ApplicationController < ActionController::Base
def redirect_to_swagger_ui
redirect_to swagger_ui_path
end
end
end