Method: ROM::Changeset#command_plugins
- Defined in:
- changeset/lib/rom/changeset.rb
#command_plugins ⇒ Hash (readonly)
Returns Configured plugin options for the command.
89 |
# File 'changeset/lib/rom/changeset.rb', line 89 option :command_plugins, default: -> { self.class.command_plugins } |