Top Level Namespace
Defined in:
Constant Summary
-
IGNORE =
Avram::Nothing.new
-
Use this value when you want to ignore updating a column in a SaveOperation instead of setting the column value to
nil
.# Set value to x.value or ignore it if x.value is nil SaveThing.create!( value: x.value || IGNORE )