mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
11 lines
264 B
Ruby
11 lines
264 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)
|
|
|
|
xml << render('/epp/shared/trID')
|
|
end
|
|
end
|