J Jesús Abarca Vargas
Results
2
issues of
J Jesús Abarca Vargas
#240 The simplest way I could come up with that didn't required a major refactor, was to pass a `wrap_response: false` option to the `render` method in the controller: ```ruby...
While constructing a SOAP service we were required to include a simple string in the response without wrapping it in another tag, like: ```xml Response string ``` But by default,...