Sha256: dcae3a03be7c2322ac7f94607a0f016c76663c1f653b319dd317812f77175abd

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

module SwaggerUiStaticEngine
  class ApplicationController < ActionController::Base
    def index
      @mount_path = SwaggerUiStaticEngine::Engine.mount_path
      @swagger_url = SwaggerUiStaticEngine::Engine.swagger_url
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
swagger_ui_static_engine-2.1.4.2 app/controllers/swagger_ui_static_engine/engine_controller.rb
swagger_ui_static_engine-2.1.4.1 app/controllers/swagger_ui_static_engine/application_controller.rb
swagger_ui_static_engine-2.1.4 app/controllers/swagger_ui_static_engine/application_controller.rb