mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
fix syntax error
This commit is contained in:
parent
8726735271
commit
06b81c8f4f
1 changed files with 1 additions and 1 deletions
|
@ -472,7 +472,7 @@ class Contact < ActiveRecord::Base
|
|||
end
|
||||
|
||||
def update_related_whois_records
|
||||
related_domain_descriptions.each do |x, y| WhoisRecord.find_by(name: x).save
|
||||
related_domain_descriptions.each do |x, y| WhoisRecord.find_by(name: x).save end
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue