Remove unused method

#746
This commit is contained in:
Artur Beljajev 2018-03-06 18:05:30 +02:00
parent 046b9e96ce
commit afd135ff15

View file

@ -70,7 +70,6 @@ class Contact < ActiveRecord::Base
after_save :update_related_whois_records
scope :current_registrars, ->(id) { where(registrar_id: id) }
ORG = 'org'
PRIV = 'priv'