Class: Decidim::ParticipatoryProcesses::ParticipatoryProcessGroupsController

Inherits:
ApplicationController
  • Object
show all
Defined in:
app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb

Instance Method Summary collapse

Instance Method Details

#showObject



11
12
13
# File 'app/controllers/decidim/participatory_processes/participatory_process_groups_controller.rb', line 11

def show
  authorize! :read, ParticipatoryProcessGroup
end