lib/neo4j/active_rel/persistence/query_factory.rb in neo4j-6.0.0.alpha.12 vs lib/neo4j/active_rel/persistence/query_factory.rb in neo4j-6.0.0.rc.1

- old
+ new

@@ -27,10 +27,10 @@ end private def rel_id - @rel_id ||= rel.cypher_identifier + @rel_id ||= rel.rel_identifier end # Node callbacks only need to be executed if the node is not persisted. We let the `conditional_callback` method do the work, # we only have to give it the type of callback we expect to be run and the condition which, if true, will prevent it from executing. def node_before_callbacks!