Class: Patches::TenantWorker

Inherits:
Object
  • Object
show all
Includes:
TenantRunConcern, Sidekiq::Worker
Defined in:
lib/patches/tenant_worker.rb

Instance Method Summary collapse

Methods included from TenantRunConcern

#run

Instance Method Details

#perform(tenant_name, path) ⇒ Object



9
10
11
# File 'lib/patches/tenant_worker.rb', line 9

def perform(tenant_name, path)
  run(tenant_name, path)
end