riboseinc / uri_format_validator

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

Move modules around #48

Closed skalee closed 6 years ago

skalee commented 6 years ago

Change namespaces of a couple of modules, and move them accordingly. Use ActiveModel::Validations.include to add URI validator. Fixes #47.