Class: Masks::Manage::DashboardController
- Inherits:
-
BaseController
- Object
- ActionController::Base
- ApplicationController
- BaseController
- Masks::Manage::DashboardController
- Defined in:
- app/controllers/masks/manage/dashboard_controller.rb
Instance Attribute Summary
Attributes inherited from BaseController
Instance Method Summary collapse
Methods inherited from BaseController
Methods included from Controller
#current_access, #current_actor, #current_mask, #masked_session
Instance Method Details
#index ⇒ Object
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 |