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
Constants inherited from ROM::Changeset
Instance Attribute Summary
Attributes inherited from Stateful
Attributes inherited from ROM::Changeset
Instance Method Summary collapse
Methods inherited from Stateful
#associate, #commit, #data, default_pipe, #extend, extend, inherited, #inspect, #map, map, pipes, #result, #to_a, #to_h
Methods inherited from ROM::Changeset
[], command_type, #commit, #inspect, #new, relation
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class ROM::Changeset::Stateful
Instance Method Details
#command ⇒ Object
11 12 13 |
# File 'lib/rom/changeset/create.rb', line 11 def command super.new(relation) end |