module Neo4j::ActiveNode::Dependent
Attributes
called_by[W]
Public Instance Methods
dependent_children()
click to toggle source
# File lib/neo4j/active_node/dependent.rb 4 def dependent_children 5 @dependent_children ||= [] 6 end