Sha256: ea70f5b6d2e6dcccb0552615fc1d973d0d90ceb1f57d6c75390c68c73eec9a8a
Contents?: true
Size: 228 Bytes
Versions: 1
Compression:
Stored size: 228 Bytes
Contents
require 'rom/commands/create' module ROM module EventStore module Commands class Create < ROM::Commands::Create def execute(*events) relation.append(events) end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rom-event_store-0.0.7 | lib/rom/event_store/commands.rb |