method
merge!
v7.0.0 -
Show latest stable
- Class:
ActiveModel::Errors
merge!(other)public
Merges the errors from other, each Error wrapped as NestedError.
other - The ActiveModel::Errors instance.
Examples
person.errors.merge!(other)