module ActiveUtils::Validateable

def errors

def errors
  @errors ||= Errors.new(self)
end