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