module ActsAsTenant

def self.current_tenant=(tenant)

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

def self.current_tenant=: (Account tenant) -> untyped

This signature was generated using 2 samples from 1 application.

def self.current_tenant=(tenant)
  RequestStore.store[:current_tenant] = tenant
end