# File lib/active_record/validations.rb, line 297
    def clear
      @errors = ActiveSupport::OrderedHash.new
    end