Class: Decidim::ParticipatoryProcessGroupsController

Inherits:
ApplicationController show all
Defined in:
decidim-core/app/controllers/decidim/participatory_process_groups_controller.rb

Instance Method Summary collapse

Methods included from NeedsOrganization

enhance_controller, extended, included

Instance Method Details

#showObject



9
10
11
# File 'decidim-core/app/controllers/decidim/participatory_process_groups_controller.rb', line 9

def show
  authorize! :read, ParticipatoryProcessGroup
end