mirror of
https://github.com/internetee/registry.git
synced 2025-06-05 20:27:30 +02:00
Fix render_to_string call
This commit is contained in:
parent
53a41a07fc
commit
77d0a2937f
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ module Epp
|
||||||
end
|
end
|
||||||
|
|
||||||
def render_epp_response(*args)
|
def render_epp_response(*args)
|
||||||
@response = render_to_string(*args, formats: 'xml')
|
@response = render_to_string(*args, formats: [:xml])
|
||||||
render xml: @response
|
render xml: @response
|
||||||
write_to_epp_log
|
write_to_epp_log
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue