class ActsAsTenant::Configuration

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

# sig/acts_as_tenant/configuration.rbs

class ActsAsTenant::Configuration
  def pkey: () -> untyped
end

def pkey

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

def pkey: () -> untyped

This signature was generated using 1 sample from 1 application.

def pkey
  @pkey ||= :id
end

def require_tenant

def require_tenant
  @require_tenant ||= false
end