7 8 9 10 11
# File 'app/controllers/audiences/scim_proxy_controller.rb', line 7 def get status, body = ScimProxy.get(params[:scim_path], scim_params) render body: body, status: status, content_type: "application/json" end