Sha256: e01fb05e171b039b3e83af43df298551ef43732d1ed80d60decaf375c2cec359

Contents?: true

Size: 892 Bytes

Versions: 8

Compression:

Stored size: 892 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
missing_validators-0.6.3 config/locales/en.yml
missing_validators-0.6.0 config/locales/en.yml
missing_validators-0.5.2 config/locales/en.yml
missing_validators-0.5.1 config/locales/en.yml
missing_validators-0.4.2 config/locales/en.yml
missing_validators-0.4.1 config/locales/en.yml
missing_validators-0.4.0 config/locales/en.yml
missing_validators-0.3.0 config/locales/en.yml