Sha256: 3be461b691f6debaca8c6cf147d537445c34bff78556996a4ff2fc20d7760cf3
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
en: errors: messages: imei: "is not a valid IMEI" inequality: "cannot be equal to %{value}" equality: "must be equal to %{value}" 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_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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
missing_validators-2.2.0 | lib/locales/en.yml |
missing_validators-2.1.0 | lib/locales/en.yml |
missing_validators-2.0.0 | config/locales/en.yml |