Method: ROM::Changeset#command
- Defined in:
- changeset/lib/rom/changeset.rb
#command ⇒ ROM::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
161 162 163 |
# File 'changeset/lib/rom/changeset.rb', line 161 def command relation.command(command_type, **) end |