This method is deprecated or moved on the latest stable version. The last existing version (v2.3.8) is shown here.
clear()
Removes all errors that have been added.
# File activerecord/lib/active_record/validations.rb, line 297 def clear @errors = ActiveSupport::OrderedHash.new end