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:
parent
247a7f83b0
commit
5a1df9b5f4
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def tabs
|
||||
Sidekiq::Web.tabs
|
||||
self.class.tabs
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue