Rake task for making api log schema

This commit is contained in:
Martin Lensment 2015-01-09 16:56:52 +02:00
parent d5a824064e
commit 7b920cac2f
6 changed files with 70 additions and 13 deletions

View file

@ -15,6 +15,7 @@ module Epp::PollHelper
if @message.attached_obj_type == 'Keyrelay'
@response = render_to_string('epp/poll/poll_keyrelay')
render xml: @response
# render 'epp/poll/poll_keyrelay'
else
render 'epp/poll/poll_req'
end