class Sequent::Core::AggregateRoots
Utility class containing all subclasses of AggregateRoot
.
Public Class Methods
Source
# File lib/sequent/core/aggregate_roots.rb, line 10 def aggregate_roots Sequent::AggregateRoot.descendants end
Utility class containing all subclasses of AggregateRoot
.
# File lib/sequent/core/aggregate_roots.rb, line 10 def aggregate_roots Sequent::AggregateRoot.descendants end