lib/neo4j/active_node/query/query_proxy.rb in activegraph-10.0.0.pre.alpha.7 vs lib/neo4j/active_node/query/query_proxy.rb in activegraph-10.0.0.pre.alpha.8
- old
+ new
@@ -206,10 +206,10 @@
other_nodes = _nodeify!(*other_nodes)
Neo4j::ActiveBase.run_transaction do
other_nodes.each do |other_node|
if other_node.neo_id
- other_node.try(:validate_reverse_has_one_core_rel, association, @start_object)
+ other_node.try(:delete_reverse_has_one_core_rel, association)
else
other_node.save
end
@start_object.association_proxy_cache.clear