Sha256: 7162c7425c8a1355825abc736fbe35ef7da33e179995f8f5e7961643f3557d71
Contents?: true
Size: 240 Bytes
Versions: 12
Compression:
Stored size: 240 Bytes
Contents
require 'sandthorn/aggregate_root_marshal' module Sandthorn module AggregateRoot include Sandthorn::AggregateRoot::Marshal def self.included(base) base.extend(Sandthorn::AggregateRoot::Base::ClassMethods) end end end
Version data entries
12 entries across 12 versions & 1 rubygems