tests: fix rails 2.7 keyword parameter deprecation warnings.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div id="a-index">
|
||||
<h1>Delayed Jobs</h1>
|
||||
|
||||
<%= table_for @delayed_jobs, {class: "striped autofit"} do |t| %>
|
||||
<%= table_for @delayed_jobs, class: "striped autofit" do |t| %>
|
||||
<% t.column :queue %>
|
||||
<% t.column "Name" do |job| %>
|
||||
<%= raw print_name(job) %>
|
||||
|
||||
Reference in New Issue
Block a user