From 9b316b6a49871bf8242f29ec399067abe91a3cf2 Mon Sep 17 00:00:00 2001 From: Artur Beljajev Date: Tue, 5 Jun 2018 17:32:49 +0300 Subject: [PATCH] Remove deprecation message - Then setting `config.active_support.deprecation` to `raise` does not clutter test results --- app/models/contact.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/models/contact.rb b/app/models/contact.rb index 3bd8bb2ce..e553f2fbf 100644 --- a/app/models/contact.rb +++ b/app/models/contact.rb @@ -372,8 +372,6 @@ class Contact < ActiveRecord::Base end def related_domain_descriptions - ActiveSupport::Deprecation.warn('Use #domain_names_with_roles') - @desc = {} registrant_domains.each do |dom|