class ActiveModel::Errors

def initialize_dup(other) # :nodoc:

:nodoc:
def initialize_dup(other) # :nodoc:
  @errors = other.errors.deep_dup
  super
end