initialize_dup(other)
Clean the Errors object if instance is duped.
# File activemodel/lib/active_model/validations.rb, line 260 def initialize_dup(other) #:nodoc: @errors = nil super end