3 4 5 6 7
# File 'lib/patches/tenant_run_concern.rb', line 3 def run(tenant_name, path = nil) Apartment::Tenant.switch(tenant_name) do Patches::Runner.new(path).perform end end