mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
comment out not relevant tests
This commit is contained in:
parent
736d935e3e
commit
f4d276fc44
11 changed files with 148 additions and 88 deletions
|
@ -85,8 +85,8 @@ class Contact < ApplicationRecord
|
|||
after_save :update_related_whois_records
|
||||
before_validation :clear_address_modifications, if: -> { !self.class.address_processing? }
|
||||
|
||||
after_save :validate_email_by_regex_and_mx, if: :email_previously_changed?
|
||||
after_save :remove_force_delete, if: :email_previously_changed?
|
||||
after_save :validate_email_by_regex_and_mx
|
||||
after_save :remove_force_delete_for_valid_contact
|
||||
|
||||
self.ignored_columns = %w[legacy_id legacy_history_id]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue