module ActsAsTenant

def self.current_tenant

Experimental RBS support (using type sampling data from the type_fusion project).

def self.current_tenant: () -> untyped

This signature was generated using 2 samples from 1 application.

def self.current_tenant
  RequestStore.store[:current_tenant] || test_tenant || default_tenant
end