clear()
Removes all errors that have been added.
# File activerecord/lib/active_record/validations.rb, line 297 def clear @errors = ActiveSupport::OrderedHash.new end