Sha256: bd789d64026f6c47bb62c335f9c1877f7e5302f1cd33b384083f36b5762fd69a

Contents?: true

Size: 1.22 KB

Versions: 4

Compression:

Stored size: 1.22 KB

Contents

en:
  errors:
    messages:
      inequality: "can't be equal to %{attr}"
      email: "isn't a valid email address"
      url: "isn't a valid URL"
      mac_address: "isn't a valid MAC address"
      longitude: "isn't a valid longitude"
  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

4 entries across 4 versions & 1 rubygems

Version Path
missing_validators-0.8.3 config/locales/en.yml
missing_validators-0.8.2 config/locales/en.yml
missing_validators-0.8.1 config/locales/en.yml
missing_validators-0.8.0 config/locales/en.yml