mirror of
https://github.com/internetee/registry.git
synced 2025-05-31 09:53:56 +02:00
9 lines
176 B
Ruby
9 lines
176 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => params[:code]) do
|
|
xml.msg(params[:msg], 'lang' => 'en')
|
|
end
|
|
end
|
|
|
|
xml << render('/epp/shared/trID')
|
|
end
|