main
1# frozen_string_literal: true
2
3module My
4 class DashboardsController < ApplicationController
5 def show
6 @metadatum = Saml::Kit.registry.to_a
7 end
8 end
9end