Flowdock
method

merge!

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 0 notes - 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)
Show source
Register or log in to add new notes.