method
merge!
v5.2.3 -
Show latest stable
- Class:
ActiveModel::Errors
merge!(other)public
Merges the errors from other.
other - The ActiveModel::Errors instance.
Examples
person.errors.merge!(other)
merge!(other)Merges the errors from other.
other - The ActiveModel::Errors instance.
Examples
person.errors.merge!(other)