Custom User Context
params[:user_context] params[:user_context] = { "SomeKey" => "Some value I want to retrieve upon next routing for this call", "OtherVal" => { "subkey" => "subval" } }Last updated
Was this helpful?
params[:user_context] params[:user_context] = { "SomeKey" => "Some value I want to retrieve upon next routing for this call", "OtherVal" => { "subkey" => "subval" } }Last updated
Was this helpful?
Was this helpful?