Class: Decidim::ActionDelegator::ApplicationController

Inherits:
Decidim::ApplicationController
  • Object
show all
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.

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



9
10
11
# File 'app/controllers/decidim/action_delegator/application_controller.rb', line 9

def permission_class_chain
  [::Decidim::ActionDelegator::Permissions] + super
end