class Current < ActiveSupport::CurrentAttributes
attribute :user, :tenant, :request_id, :ip_address
def user_display
user&.email || "system"
end
import { AsyncLocalStorage } from 'node:async_hooks';
interface Store {
requestId: string;
}