Class: Decidim::ActionDelegator::ApplicationController
- Inherits:
-
Decidim::ApplicationController
- Object
- Decidim::ApplicationController
- Decidim::ActionDelegator::ApplicationController
- Defined in:
- app/controllers/decidim/action_delegator/application_controller.rb
Overview
This controller is the abstract class from which all other controllers of this engine inherit.
Direct Known Subclasses
Elections::ResultsController, UserDelegationsController, Verifications::DelegationsVerifier::AuthorizationsController
Instance Method Summary collapse
Instance Method Details
#permission_class_chain ⇒ Object
9 10 11 |
# File 'app/controllers/decidim/action_delegator/application_controller.rb', line 9 def [::Decidim::ActionDelegator::Permissions] + super end |