Class: Decidim::DecidimAwesome::Admin::ApplicationController

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

Overview

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

Note that it inherits from ‘Decidim::Admin::Components::BaseController`, which override its layout and provide all kinds of useful methods.

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



14
15
16
# File 'app/controllers/decidim/decidim_awesome/admin/application_controller.rb', line 14

def permission_class_chain
  [::Decidim::DecidimAwesome::Admin::Permissions] + super
end