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

@ -2,8 +2,6 @@ module Billing
class Price < ActiveRecord::Base
include Concerns::Billing::Price::Expirable
self.auto_html5_validation = false
belongs_to :zone, class_name: 'DNS::Zone', required: true
has_many :account_activities