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.
2 parents c01c87e + 316aaad commit fd3d3e9Copy full SHA for fd3d3e9
app/controllers/application_controller/wait_for_task.rb
@@ -49,7 +49,7 @@ def initiate_wait_for_task(options = {})
49
session[:async][:params] ||= {}
50
51
# save the incoming parms + extra_params
52
- session[:async][:params] = params.deep_dup.merge(options[:extra_params] || {})
+ session[:async][:params] = params.to_unsafe_h.merge(options[:extra_params] || {})
53
session[:async][:params][:task_id] = task_id
54
55
# override method to be called, when the task is done
0 commit comments