Domain name validator

This commit is contained in:
Martin Lensment 2014-06-30 13:40:58 +03:00
parent 8f131c2fe4
commit b670331b1a
4 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1 @@
Dir[File.join(Rails.root, "app", "validators", "*.rb")].each {|x| require x }