Remove html5_validators gem

Closes #367
This commit is contained in:
Artur Beljajev 2019-05-02 21:34:26 +03:00
parent ab9c5c45de
commit 450d208e43
12 changed files with 2 additions and 25 deletions

View file

@ -1,9 +0,0 @@
module DisableHtml5Validation
extend ActiveSupport::Concern
class_methods do
def auto_html5_validation
false
end
end
end