Module: Vorpal::AggregateVisitorTemplate

Included in:
OwnedObjectVisitor
Defined in:
lib/vorpal/aggregate_traversal.rb

Instance Method Summary collapse

Instance Method Details

#continue_traversal?(association_config) ⇒ Boolean

Returns:

  • (Boolean)


46
47
48
# File 'lib/vorpal/aggregate_traversal.rb', line 46

def continue_traversal?(association_config)
  true
end

#visit_object(object, config) ⇒ Object



42
43
44
# File 'lib/vorpal/aggregate_traversal.rb', line 42

def visit_object(object, config)
  # override me!
end