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
47 48 49 |
# File 'lib/vorpal/aggregate_traversal.rb', line 47 def continue_traversal?(association_config) true end |
#visit_object(object, config) ⇒ Object
43 44 45 |
# File 'lib/vorpal/aggregate_traversal.rb', line 43 def visit_object(object, config) # override me! end |