Method: Neo4j::Model#destroy

Defined in:
lib/neo4j/model.rb

#destroyObject



50
51
52
53
54
# File 'lib/neo4j/model.rb', line 50

def destroy
  _run_destroy_callbacks do
    del
  end
end