Module: Sequent::Core::SnapshotConfiguration
- Included in:
- AggregateRoot
- Defined in:
- lib/sequent/core/aggregate_root.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(host_class) ⇒ Object
28 29 30 |
# File 'lib/sequent/core/aggregate_root.rb', line 28 def self.included(host_class) host_class.extend(ClassMethods) end |