Fix render_to_string call

This commit is contained in:
Karl Erik Õunapuu 2020-05-29 16:49:25 +03:00
parent 53a41a07fc
commit 77d0a2937f

View file

@ -118,7 +118,7 @@ module Epp
end
def render_epp_response(*args)
@response = render_to_string(*args, formats: 'xml')
@response = render_to_string(*args, formats: [:xml])
render xml: @response
write_to_epp_log
end