class ActiveModel::Errors
def initialize_dup(other) # :nodoc:
def initialize_dup(other) # :nodoc: @messages = other.messages.dup @details = other.details.deep_dup super end
def initialize_dup(other) # :nodoc: @messages = other.messages.dup @details = other.details.deep_dup super end