Module: Decidim::NeedsParticipatoryProcess::InstanceMethods

Defined in:
app/controllers/concerns/decidim/needs_participatory_process.rb

Instance Method Summary collapse

Instance Method Details

#current_participatory_processObject

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