diff --git a/app/models/contact.rb b/app/models/contact.rb index 8a95fa710b..d54e7296d5 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -70,7 +70,6 @@ def manage_emails after_save :update_related_whois_records - scope :current_registrars, ->(id) { where(registrar_id: id) } ORG = 'org' PRIV = 'priv'