module Sandthorn::AggregateRoot

Public Class Methods

included(base) click to toggle source
# File lib/sandthorn/aggregate_root.rb, line 9
def self.included(base)
  base.extend(Base::ClassMethods)
end