1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Update web.rb

This commit is contained in:
Josh Loewen 2014-05-24 18:42:23 -07:00
parent 404069ab83
commit 8819662b86

View file

@ -43,6 +43,7 @@ module Sidekiq
get "/queues" do
@queues = Sidekiq::Queue.all
@queues.sort! {|a,b| a.name <=> b.name}
erb :queues
end