Module: Decidim::ParticipatoryProcesses::NeedsParticipatoryProcess::InstanceMethods
- Defined in:
- app/controllers/concerns/decidim/participatory_processes/needs_participatory_process.rb
Instance Method Summary collapse
-
#current_participatory_process ⇒ Object
(also: #current_participatory_space)
Public: Finds the current Participatory Process given this controller’s context.
Instance Method Details
#current_participatory_process ⇒ Object Also known as: current_participatory_space
Public: Finds the current Participatory Process given this controller’s context.
Returns the current ParticipatoryProcess.
31 32 33 |
# File 'app/controllers/concerns/decidim/participatory_processes/needs_participatory_process.rb', line 31 def current_participatory_process @current_participatory_process ||= detect_participatory_process end |