mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
11 lines
270 B
Ruby
11 lines
270 B
Ruby
xml.epp_head do
|
|
xml.response do
|
|
xml.result('code' => '1000') do
|
|
xml.msg 'Command completed successfully'
|
|
end
|
|
|
|
xml.tag!('msgQ', 'count' => current_user.queued_messages.count, 'id' => @message.id)
|
|
|
|
render('epp/shared/trID', builder: xml)
|
|
end
|
|
end
|