Class: Decidim::Notify::ApplicationController

Inherits:
Components::BaseController
  • Object
show all
Defined in:
app/controllers/decidim/notify/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

ChaptersController, ConversationsController

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



11
12
13
# File 'app/controllers/decidim/notify/application_controller.rb', line 11

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