riboseinc / uri_format_validator

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

Rename/Move modules so that file path matches module name #47

Closed skalee closed 6 years ago

skalee commented 6 years ago

Currently, modules in lib/validators do not fit this condition. This isn't the best practice, is confusing for developers, and I'm bit worried that in the worst case it may even break module loading.