mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
web compat with Pro/Enterprise
This commit is contained in:
parent
290175ebfa
commit
d2c1f491e6
1 changed files with 9 additions and 1 deletions
|
@ -18,7 +18,15 @@ module Sidekiq
|
|||
end
|
||||
|
||||
def self.settings
|
||||
Web.settings
|
||||
Sidekiq::Web.settings
|
||||
end
|
||||
|
||||
def self.tabs
|
||||
Sidekiq::Web.tabs
|
||||
end
|
||||
|
||||
def self.set(key, val)
|
||||
# nothing, backwards compatibility
|
||||
end
|
||||
|
||||
get "/" do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue