1
0
Fork 0
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:
Mike Perham 2016-08-01 09:05:10 -07:00
parent 290175ebfa
commit d2c1f491e6

View file

@ -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