Class: Decidim::Geo::Admin::ApplicationController

Inherits:
Admin::ApplicationController
  • Object
show all
Defined in:
app/controllers/decidim/geo/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::Components::BaseController`, which override its layout and provide all kinds of useful methods.

Direct Known Subclasses

GeoConfigsController

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



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

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