mirror of
https://github.com/internetee/registry.git
synced 2025-07-23 19:20:37 +02:00
Remove deprecation message
- Then setting `config.active_support.deprecation` to `raise` does not clutter test results
This commit is contained in:
parent
9ea5b54f5c
commit
9b316b6a49
1 changed files with 0 additions and 2 deletions
|
@ -372,8 +372,6 @@ class Contact < ActiveRecord::Base
|
||||||
end
|
end
|
||||||
|
|
||||||
def related_domain_descriptions
|
def related_domain_descriptions
|
||||||
ActiveSupport::Deprecation.warn('Use #domain_names_with_roles')
|
|
||||||
|
|
||||||
@desc = {}
|
@desc = {}
|
||||||
|
|
||||||
registrant_domains.each do |dom|
|
registrant_domains.each do |dom|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue