class ActiveRecord::MultiparameterAssignmentErrors

objects, each corresponding to the error while assigning to an attribute.
method. The exception has an errors property that contains an array of AttributeAssignmentError
Raised when there are multiple errors while doing a mass assignment through the

def initialize(errors = nil)

def initialize(errors = nil)
  @errors = errors
end