mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 00:42:04 +02:00
Rubocop rspec now fails fast
This commit is contained in:
parent
d0dfd70038
commit
563ef753d8
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ xml.epp_head do
|
|||
end
|
||||
|
||||
xml.resData do
|
||||
xml.tag!('contact:chkData', 'xmlns:contact' => 'urn:ietf:params:xml:ns:contact-1.0') do
|
||||
xml.tag!('contact:infData', 'xmlns:contact' => 'urn:ietf:params:xml:ns:contact-1.0') do
|
||||
xml.tag!('contact:id', @contact.code)
|
||||
xml << render('/epp/contacts/postal_info')
|
||||
xml.tag!('contact:voice', @contact.phone) #if @disclosure.try(:phone) || @owner
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue