mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
fix syntax error
This commit is contained in:
parent
887631f1ab
commit
5a23bac1a5
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