Browse Source

lint

pull/1584/head
Kat 3 years ago
parent
commit
059c6f2f3c
  1. 1
      app/controllers/form_controller.rb

1
app/controllers/form_controller.rb

@ -141,6 +141,7 @@ private
if interruprion_screen_referrer.present?
return send("#{@log.class.name.underscore}_#{interruprion_screen_referrer}_path", @log)
end
redirect_path = form.next_page_redirect_path(@page, @log, current_user)
send(redirect_path, @log)
end

Loading…
Cancel
Save