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

Version Path
sandthorn-0.9.2 lib/sandthorn/aggregate_root.rb
sandthorn-0.9.1 lib/sandthorn/aggregate_root.rb
sandthorn-0.9.0 lib/sandthorn/aggregate_root.rb
sandthorn-0.8.1 lib/sandthorn/aggregate_root.rb
sandthorn-0.8.0 lib/sandthorn/aggregate_root.rb
sandthorn-0.7.0 lib/sandthorn/aggregate_root.rb
sandthorn-0.6.0 lib/sandthorn/aggregate_root.rb
sandthorn-0.5.1 lib/sandthorn/aggregate_root.rb
sandthorn-0.5.0 lib/sandthorn/aggregate_root.rb
sandthorn-0.4.0 lib/sandthorn/aggregate_root.rb
sandthorn-0.3.0 lib/sandthorn/aggregate_root.rb
sandthorn-0.2.0 lib/sandthorn/aggregate_root.rb