Class: Decidim::ParticipatoryProcessGroupsController

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

Instance Method Summary collapse

Instance Method Details

#showObject



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

def show
  authorize! :read, ParticipatoryProcessGroup
end