Sha256: 364242520f66c148fda5ba7c5f2a413a81b5e4df8f9e4fc8273fc91180211c79
Contents?: true
Size: 278 Bytes
Versions: 81
Compression:
Stored size: 278 Bytes
Contents
require 'active_support/per_thread_registry' module Neo4j module ActiveBase # Provides a simple API to manage sessions in a thread-safe manner class SessionRegistry extend ActiveSupport::PerThreadRegistry attr_accessor :current_session end end end
Version data entries
81 entries across 81 versions & 1 rubygems