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