bh8ur8js

Results 2 issues of bh8ur8js

Plugin [](https://github.com/everestate/chartjs-plugin-waterfall) The plugin appears to be loaded ,in as much there are no errors in either Rails or Java console. The following code in the Controller is seems correct...

Working config ruby 2.6.2 rails 5.2.4 delayed_job 4.1.8 ```ruby #config/environments/development.rb config.active_job.queue_adapter = :delayed_job config.active_job.queue_name_prefix = "ukcil_#{Rails.env}" ``` ```ruby #config/application.rb config.active_job.queue_adapter = :delayed_job ``` ```bash #Started with bin/delayed_job -n 1 start...