Class: Decidim::ParticipatoryProcesses::ParticipatoryProcessStepsController

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

Overview

A controller that holds the logic to show ParticipatoryProcessSteps in a public layout.

Instance Method Summary collapse

Methods included from NeedsParticipatoryProcess

enhance_controller, extended, included

Instance Method Details

#indexObject



15
16
17
# File 'app/controllers/decidim/participatory_processes/participatory_process_steps_controller.rb', line 15

def index
  authorize! :read, ParticipatoryProcess
end