Class: Decidim::ParticipatoryProcessStep

Inherits:
ApplicationRecord
  • Object
show all
Includes:
Loggable, Traceable
Defined in:
app/models/decidim/participatory_process_step.rb

Overview

A ParticipatoryProcess is composed of many steps that hold different components that will show up in the depending on what step is currently active.

Class Method Summary collapse

Class Method Details

.log_presenter_class_for(_log) ⇒ Object



26
27
28
# File 'app/models/decidim/participatory_process_step.rb', line 26

def self.log_presenter_class_for(_log)
  Decidim::ParticipatoryProcesses::AdminLog::StepPresenter
end