Class: Masks::Manage::DashboardController

Inherits:
BaseController
  • Object
show all
Defined in:
app/controllers/masks/manage/dashboard_controller.rb

Instance Attribute Summary

Attributes inherited from BaseController

#section

Instance Method Summary collapse

Methods inherited from BaseController

section

Methods included from Controller

#current_access, #current_actor, #current_mask, #masked_session

Instance Method Details

#indexObject



9
10
11
12
# File 'app/controllers/masks/manage/dashboard_controller.rb', line 9

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