0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-19 15:21:11 +02:00
Dieser Commit ist enthalten in:
Angus McLeod 2019-01-22 10:57:03 +11:00
Ursprung c40a582a51
Commit 76c2e0a88d

Datei anzeigen

@ -82,7 +82,7 @@ class CustomWizard::Wizard
context: @id,
).distinct.order('updated_at DESC').first
if most_recent.subject == "reset"
if most_recent && most_recent.subject == "reset"
false
elsif most_recent
last_finished_step = most_recent.subject