Method: ROM::Session::State::Deleted#commit

Defined in:
lib/rom/session/state/deleted.rb

#commitObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



16
17
18
19
# File 'lib/rom/session/state/deleted.rb', line 16

def commit
  relation.delete(object)
  Committed.new(object)
end