mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
9 lines
193 B
Ruby
9 lines
193 B
Ruby
if @disclosure_policy
|
|
@disclosure_policy.each do |k,v|
|
|
xml.tag!('contact:disclose', 'flag' => k) do
|
|
v.each do |attr|
|
|
xml.tag!("contact:#{attr}")
|
|
end
|
|
end
|
|
end
|
|
end
|