class ROM::EventStore::Commands::Create
Public Instance Methods
execute(*events)
click to toggle source
# File lib/rom/event_store/commands.rb, line 7 def execute(*events) relation.append(events) end
# File lib/rom/event_store/commands.rb, line 7 def execute(*events) relation.append(events) end