mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
story#115762063 - use special helper method to generate class name
This commit is contained in:
parent
306819eeaf
commit
bcc8e7b6f8
5 changed files with 59 additions and 33 deletions
|
@ -731,7 +731,8 @@ class Domain < ActiveRecord::Base
|
|||
log[:tech_contacts] = tech_contact_ids
|
||||
log[:nameservers] = nameserver_ids
|
||||
log[:registrant] = [registrant_id]
|
||||
log[:domain_statuses] = domain_status_ids
|
||||
log[:domain_statuses]= domain_status_ids
|
||||
log[:dnskeys] = dnskeys_ids
|
||||
log
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue