Method: ROM::Changeset#command

Defined in:
changeset/lib/rom/changeset.rb

#commandROM::Command

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.

Return a command for this changeset

Returns:



161
162
163
# File 'changeset/lib/rom/changeset.rb', line 161

def command
  relation.command(command_type, **command_compiler_options)
end