Class: ROM::Changeset::Create

Inherits:
Stateful show all
Defined in:
changeset/lib/rom/changeset/create.rb

Overview

Changeset specialization for create commands

See Also:

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ROM::Changeset::Stateful

Instance Method Details

#commandObject



13
14
15
# File 'changeset/lib/rom/changeset/create.rb', line 13

def command
  super.new(relation)
end