class Sequent::Core::AggregateRoots
Utility class containing all subclasses of AggregateRoot
.
Public Class Methods
aggregate_roots()
click to toggle source
# File lib/sequent/core/aggregate_roots.rb, line 10 def aggregate_roots Sequent::AggregateRoot.descendants end
all()
click to toggle source
# File lib/sequent/core/aggregate_roots.rb, line 14 def all aggregate_roots end