mirror of
https://github.com/internetee/registry.git
synced 2025-08-06 09:45:11 +02:00
Update contact link status for new domain #2907
This commit is contained in:
parent
58249742c1
commit
6792700d11
3 changed files with 14 additions and 4 deletions
|
@ -17,7 +17,7 @@ class DomainContact < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def name
|
||||
return 'Tech' if type == 'TechDomainContact'
|
||||
return 'Tech' if type == 'TechDomainContact'
|
||||
return 'Admin' if type == 'AdminDomainContact'
|
||||
''
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue