Class: Decidim::FeedsUi::ApplicationController

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

Overview

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

Direct Known Subclasses

UsersController

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



10
11
12
13
14
15
# File 'app/controllers/decidim/feeds_ui/application_controller.rb', line 10

def permission_class_chain
  [
    ::Decidim::FeedsUi::Permissions,
    ::Decidim::Permissions
  ]
end