bensheldon / good_job

Multithreaded, Postgres-based, Active Job backend for Ruby on Rails.
https://goodjob-demo.herokuapp.com/
MIT License
2.53k stars 190 forks source link

Fix display of empty array in flash messages #1377

Closed andynu closed 4 weeks ago

andynu commented 4 weeks ago

By checking for present? This code now handles nil and [] the same way.

Previously empty arrays would generate a literal "[]" alert.

Fixes issue #1372