Class: ROM::Changeset::Create
- Inherits:
-
Stateful
- Object
- ROM::Changeset
- Stateful
- ROM::Changeset::Create
- Defined in:
- changeset/lib/rom/changeset/create.rb
Overview
Changeset specialization for create commands
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
#command ⇒ Object
13 14 15 |
# File 'changeset/lib/rom/changeset/create.rb', line 13 def command super.new(relation) end |