lib/neo4j/shared/persistence.rb in neo4j-5.0.9 vs lib/neo4j/shared/persistence.rb in neo4j-5.0.10

- old
+ new

@@ -82,10 +82,10 @@ end # These two methods should be removed in 6.0.0 def _destroyed_double_check? if _active_record_destroyed_behavior? - true + false else (!new_record? && !exist?) end end