Class: ROM::Changeset::Create
- Inherits:
-
Stateful
- Object
- ROM::Changeset
- Stateful
- ROM::Changeset::Create
- Defined in:
- lib/rom/changeset/create.rb
Overview
Changeset specialization for create commands
Constant Summary
Constants inherited from Stateful
Instance Attribute Summary
Attributes inherited from Stateful
Attributes inherited from ROM::Changeset
#command_options, #command_plugins, #command_type, #relation
Instance Method Summary collapse
Methods inherited from Stateful
#associate, #command_compiler_options, #commit, #data, default_pipe, extend, #extend, inherited, #inspect, map, #map, pipes, #result, #to_a, #to_h
Methods inherited from ROM::Changeset
[], #command_compiler_options, command_options, command_plugins, command_type, #commit, #inspect, #new, relation, use
Methods included from Initializer
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ROM::Changeset::Stateful
Instance Method Details
#command ⇒ Object
13 14 15 |
# File 'lib/rom/changeset/create.rb', line 13 def command super.new(relation) end |