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,7 +1,6 @@
module Depp
class Contact
include ActiveModel::Model
include DisableHtml5Validation
attr_accessor :id, :name, :email, :phone, :org_name,
:ident, :ident_type, :ident_country_code,

View file

@ -2,7 +2,6 @@ module Depp
class Domain
include ActiveModel::Conversion
extend ActiveModel::Naming
include DisableHtml5Validation
attr_accessor :name, :current_user, :epp_xml

View file

@ -1,6 +1,5 @@
module Depp
class Keyrelay
include DisableHtml5Validation
attr_accessor :current_user, :epp_xml
def initialize(args = {})

View file

@ -3,7 +3,6 @@ module Depp
include ActiveModel::Validations
include ActiveModel::Conversion
extend ActiveModel::Naming
include DisableHtml5Validation
attr_accessor :tag, :password, :pki