global

def field_error(field)

def field_error(field)
  return nil unless @field_errors
  @field_errors[field]
end