Returns the Errors object that holds all information about attribute error messages.
Errors
184 185 186
# File 'lib/active_model/validations.rb', line 184 def errors @errors ||= Errors.new(self) end