Class: Decidim::DecidimAwesome::ApplicationController

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

Overview

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

Direct Known Subclasses

EditorImagesController

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



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

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