Class: Decidim::ParticipatoryProcesses::ParticipatoryProcessStepsController
- Inherits:
-
ApplicationController
- Object
- ApplicationController
- Decidim::ParticipatoryProcesses::ParticipatoryProcessStepsController
- 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
#index ⇒ Object
15 16 17 |
# File 'app/controllers/decidim/participatory_processes/participatory_process_steps_controller.rb', line 15 def index :read, ParticipatoryProcess end |