Sha256: c452005e69c4c1347aac7925f3323e3f8acba4729d88dc6e42ac6eed18aa6ff6

Contents?: true

Size: 1.34 KB

Versions: 1

Compression:

Stored size: 1.34 KB

Contents

en:
  errors:
    messages:
      imei: "is not a valid IMEI"
      inequality: "cannot be equal to %{attr}"
      email: "is not a valid email address"
      url: "is not a valid URL"
      mac_address: "is not a valid MAC address"
      longitude: "is not a valid longitude"
      latitude: "is not a valid latitude"
      color: "is not a valid hexadecimal color"
  missing_validators:
    matchers:
      ensure_inequality_of:
        failure_message_for_should: "#{model} should ensure inequality on attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure inequality on attribute #{attr}"
      ensure_valid_email_format_of:
        failure_message_for_should: "#{model} should ensure valid email format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid email format of attribute #{attr}"
      ensure_valid_url_format_of:
        failure_message_for_should: "#{model} should ensure valid URL format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid URL format of attribute #{attr}"
      ensure_valid_mac_address_format_of:
        failure_message_for_should: "#{model} should ensure valid MAC address format of attribute #{attr}"
        failure_message_for_should_not: "#{model} should not ensure valid MAC address format of attribute #{attr}"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
missing_validators-1.0.1 config/locales/en.yml