Sha256: afcbf66d02b3dfff8dc5263d6df86c2c89422cb17a3ce7d0cefcac22827605d1

Contents?: true

Size: 326 Bytes

Versions: 1

Compression:

Stored size: 326 Bytes

Contents

# frozen_string_literal: true

module Masks
  # @visibility private
  module Manage
    class DashboardController < BaseController
      section :dashboard

      def index
        @clients = Masks.configuration.model(:openid_client).count
        @actors = Masks.configuration.model(:actor).count
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
masks-0.4.0 app/controllers/masks/manage/dashboard_controller.rb