Method: EffectiveCpdStatement#submit!

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

#submit!Object

This is the review step where they click Submit Ballot



117
118
119
120
121
# File 'app/models/concerns/effective_cpd_statement.rb', line 117

def submit!
  wizard_steps[:complete] ||= Time.zone.now

  update!(submitted_at: Time.zone.now)
end