internetee-registry/app/views/epp/poll/poll_ack.xml.builder
2015-05-27 13:39:04 +03:00

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