diff --git a/app/views/resque_web/stats/resque.html.erb b/app/views/resque_web/stats/resque.html.erb index ce651fb..2574d98 100644 --- a/app/views/resque_web/stats/resque.html.erb +++ b/app/views/resque_web/stats/resque.html.erb @@ -7,8 +7,8 @@ <%= key %> - <%= value %> + <%= value.is_a?(Array) && value.join(", ") || value %> <% end %> - \ No newline at end of file +