We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41cfdfb commit 576d96bCopy full SHA for 576d96b
app/controllers/custom_wizard/wizard.rb
@@ -44,7 +44,7 @@ def skip
44
return render json: { error: I18n.t('wizard.no_skip') }
45
end
46
47
- result = success_json
+ result = { success: 'OK' }
48
49
if current_user && wizard.can_access?
50
submission = wizard.current_submission
0 commit comments