Sha256: 175acf4bfae566ea3b68c7e877abd637fc3c12d428381c27e6684ad1887c68bc
Contents?: true
Size: 337 Bytes
Versions: 23
Compression:
Stored size: 337 Bytes
Contents
class InfoController < ApplicationController # This is a model-less controller just to render che swagger page using a custom layout layout 'swagger' def swagger uri = URI(request.url) @swagger_json_url = "#{uri.scheme}://#{uri.host}#{":#{uri.port}" if uri.port.present?}/api/v2/info/swagger.json" end end
Version data entries
23 entries across 23 versions & 1 rubygems