Skip to content

Commit

Permalink
Update SolidQueue app copy
Browse files Browse the repository at this point in the history
Mention the right library we're testing against.
  • Loading branch information
tombruijn committed Aug 23, 2024
1 parent 5a8126d commit 7635b7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p><%= params[:notice] %></p>

<ul>
<li><%= link_to "Delayed::Job workers", jobs_path %></li>
<li><%= link_to "Solid Queue jobs", jobs_path %></li>
<li><%= link_to "Slow request", slow_path %></li>
<li><%= link_to "Error request", error_path %></li>
</ul>
2 changes: 1 addition & 1 deletion ruby/rails7-solid-queue/app/app/views/jobs/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1>Delayed jobs</h1>
<h1>Solid Queue jobs</h1>

<p><%= params[:notice] %></p>

Expand Down

0 comments on commit 7635b7d

Please sign in to comment.