Class: Decidim::ParticipatoryProcessStepsController

Inherits:
ApplicationController show all
Includes:
NeedsParticipatoryProcess
Defined in:
app/controllers/decidim/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



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

def index
  authorize! :read, ParticipatoryProcess
end