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