class ROM::Changeset::Create

Changeset specialization for create commands

@see Changeset::Stateful

@api public

Public Instance Methods

command() click to toggle source
Calls superclass method
# File lib/rom/changeset/create.rb, line 13
def command
  super.new(relation)
end