lib/neo4j/active_node/unpersisted.rb in neo4j-7.0.0.rc.1 vs lib/neo4j/active_node/unpersisted.rb in neo4j-7.0.0.rc.2

- old
+ new

@@ -37,12 +37,12 @@ fail "Unable to defer node persistence, could not save #{node.inspect}" unless node.persisted? end association_proxy << node end - - @deferred_create_cache = {} end + + @deferred_create_cache = {} end end end end