Class: Decidim::Notify::Admin::ApplicationController
- Inherits:
-
Admin::Components::BaseController
- Object
- Admin::Components::BaseController
- Decidim::Notify::Admin::ApplicationController
- Defined in:
- app/controllers/decidim/notify/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.
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#permission_class_chain ⇒ Object
12 13 14 |
# File 'app/controllers/decidim/notify/admin/application_controller.rb', line 12 def [::Decidim::Notify::Admin::Permissions] + super end |