Method: ROM::Changeset#command_type
- Defined in:
- changeset/lib/rom/changeset.rb
#command_type ⇒ Symbol (readonly)
Returns a custom command identifier.
81 |
# File 'changeset/lib/rom/changeset.rb', line 81 option :command_type, default: -> { self.class.command_type } |