= private = protected
errors()
Returns the Errors object that holds all information about attribute error messages.
# File activerecord/lib/active_record/validations.rb, line 944 def errors @errors ||= Errors.new(self) end