Method: ROM::Model::Form::ClassInterface#injectible_commands

Defined in:
lib/rom/rails/model/form/class_interface.rb

#injectible_commandsHash (readonly)

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.

A list of relation names for which commands should be injected from the rom env automatically.

This is used only when a given form re-uses existing commands

Returns:

  • (Hash)


71
72
73
# File 'lib/rom/rails/model/form/class_interface.rb', line 71

def injectible_commands
  @injectible_commands
end