Sha256: c62d80e680e5ca233e2832d78af0e476cb3bc52282a6e148774e87cb3f499897
Contents?: true
Size: 552 Bytes
Versions: 24
Compression:
Stored size: 552 Bytes
Contents
module Neo4j module ActiveNode module Query module QueryProxyUnpersisted def defer_create(other_nodes, _properties, operator) key = [@association.name, [nil, nil, nil]].hash @start_object.pending_associations[key] = [@association.name, operator] if @start_object.association_proxy_cache[key] @start_object.association_proxy_cache[key] << other_nodes else @start_object.association_proxy_cache[key] = [other_nodes] end end end end end end
Version data entries
24 entries across 24 versions & 1 rubygems