Sha256: 459317eaaa47a096be540ffa3d55d13f298a5af65ac2e9b559c54463706c47cb
Contents?: true
Size: 254 Bytes
Versions: 40
Compression:
Stored size: 254 Bytes
Contents
require_dependency "scimitar/application_controller" module Scimitar class ServiceProviderConfigurationsController < ApplicationController def show render json: Scimitar.service_provider_configuration(location: request.url) end end end
Version data entries
40 entries across 40 versions & 2 rubygems