0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-11-22 09:20:29 +01:00

use existing method to reset user's progress

Dieser Commit ist enthalten in:
Faizaan Gagan 2021-08-13 18:56:38 +05:30
Ursprung 61c92ec768
Commit 4578cb0a24

Datei anzeigen

@ -69,7 +69,7 @@ class CustomWizard::WizardController < ::ApplicationController
end end
submission.remove if submission.present? submission.remove if submission.present?
wizard.reset_user_progress! wizard.reset
end end
render json: result render json: result