riboseinc / uri_format_validator

Validate URL for Rails
MIT License
3 stars 2 forks source link

Add I18n for error messages #16

Closed wacko closed 7 years ago

wacko commented 7 years ago

replaced error message with I18n.t("errors.messages.invalid_url")

wacko commented 7 years ago

Fix #14