0

Looking at ActiveNode's persistence.rb, it seems like there's no update() or equivalent. How does one update the data of a particular node?

David Chouinard
  • 6,466
  • 8
  • 43
  • 61

1 Answers1

1

update comes from Neo4j::Shared::Persistence, not ActiveNode. You can find it here.

subvertallchris
  • 5,282
  • 2
  • 25
  • 43