Class: Decidim::Comments::ApplicationController

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

Overview

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

Direct Known Subclasses

CommentsController, VotesController

Instance Method Summary collapse

Instance Method Details

#permission_class_chainObject



8
9
10
11
12
13
# File 'app/controllers/decidim/comments/application_controller.rb', line 8

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