Sha256: 3681fc073b494e9fe9e7a5938041f1d0c54d215d332cbf59b13045ca4777e844
Contents?: true
Size: 201 Bytes
Versions: 5
Compression:
Stored size: 201 Bytes
Contents
module Scimitar class ServiceProviderConfigurationsController < ApplicationController def show render json: Scimitar.service_provider_configuration(location: request.url) end end end
Version data entries
5 entries across 5 versions & 1 rubygems