mirror of
https://github.com/internetee/registry.git
synced 2025-06-03 19:27:29 +02:00
rolled back unneeded changes
This commit is contained in:
parent
6eeba2b3ab
commit
87a3143823
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ module Epp
|
|||
render_epp_response '/epp/error'
|
||||
end
|
||||
|
||||
def render_epp_response(template)
|
||||
@response = render_to_string(template, formats: [:xml])
|
||||
def render_epp_response(*args)
|
||||
@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