Method: EffectiveCpdStatement#to_s

Defined in:
app/models/concerns/effective_cpd_statement.rb

#to_sObject



102
103
104
# File 'app/models/concerns/effective_cpd_statement.rb', line 102

def to_s
  cpd_cycle.present? ? "#{cpd_cycle} #{model_name.human}" : model_name.human
end