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

Refer to Sidekiq::Web as self.class

This commit is contained in:
Marcelo Silveira 2012-08-21 12:06:20 -03:00
parent 247a7f83b0
commit 5a1df9b5f4

View file

@ -113,7 +113,7 @@ module Sidekiq
end
def tabs
Sidekiq::Web.tabs
self.class.tabs
end
end