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 58601c0 commit ba9c1f7Copy full SHA for ba9c1f7
app/helpers/mission_control/jobs/jobs_helper.rb
@@ -67,10 +67,8 @@ def as_renderable_hash(argument)
67
elsif argument["_aj_serialized"]
68
ActiveJob::Arguments.deserialize([ argument ]).first
69
else
70
- to_symbols = argument.values_at("_aj_symbol_keys", "_aj_ruby2_keywords").compact.flatten
71
argument.without("_aj_symbol_keys", "_aj_ruby2_keywords")
72
.transform_values { |v| as_renderable_argument(v) }
73
- .transform_keys { |k| k.to_sym if k.in? to_symbols }
74
.map { |k, v| "#{k}: #{v}" }
75
.join(", ")
76
.then { |s| "{#{s}}" }
0 commit comments