Class: Decidim::ActionDelegator::Admin::ApplicationController

Inherits:
Decidim::Admin::ApplicationController
  • Object
show all
Defined in:
app/controllers/decidim/action_delegator/admin/application_controller.rb

Overview

This controller is the abstract class from which all other controllers of this engine inherit.

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



13
14
15
# File 'app/controllers/decidim/action_delegator/admin/application_controller.rb', line 13

def permission_class_chain
  Decidim.permissions_registry.chain_for(ApplicationController)
end