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