internetee-registry/app/views/epp/domains/create.xml.builder
Martin Lensment 7ec19c2804 Refactor
2014-06-27 18:02:30 +03:00

9 lines
172 B
Ruby

xml.epp_head do
xml.response do
xml.result('code' => '1000') do
xml.msg 'Command completed successfully'
end
end
xml << render('/epp/shared/trID')
end