jobs: fix no method error in /jobs.

Broken by the upgrade to good_job 3.0.
This commit is contained in:
evazion
2022-07-05 00:54:38 -05:00
parent 9000fa63bc
commit ba36e48bff
2 changed files with 7 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
<%= table_for @jobs, class: "striped autofit" do |t| %>
<% t.column "Name" do |job| %>
<%= job.job_class.titleize.delete_suffix(" Job") %>
<%= job.pretty_name %>
<% end %>
<% t.column "Details", td: { class: "col-expand" } do |job| %>