Sha256: 364e20ce88f67ad2d7a7c2ed5e658aec3ffea2f44c18d7476469175ef884965f
Contents?: true
Size: 287 Bytes
Versions: 16
Compression:
Stored size: 287 Bytes
Contents
class Maestrano::Rails::MetadataController < Maestrano::Rails::WebHookController # GET /maestrano/metadata # GET /maestrano/metadata/:tenant # # Return the Maestrano configuration for this application def index render json: Maestrano[params[:tenant]].to_metadata end end
Version data entries
16 entries across 16 versions & 1 rubygems