mirror of
https://github.com/internetee/registry.git
synced 2025-06-02 10:48:37 +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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue