Skip to content

Commit

Permalink
Updating web ui to match method rename for last enqueued
Browse files Browse the repository at this point in the history
  • Loading branch information
meatballhat committed Feb 20, 2014
1 parent 4d5f359 commit 595f35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resque_scheduler/server/views/scheduler.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<th>Class</th>
<th>Queue</th>
<th>Arguments</th>
<th>Last Run</th>
<th>Last Enqueued</th>
</tr>
<% Resque.schedule.keys.sort.each do |name| %>
<% config = Resque.schedule[name] %>
Expand Down

0 comments on commit 595f35b

Please sign in to comment.