I have been trying to render one of my partials in a helper function located within my controller.
The first issue I encountered was that the helper was returning the e
You can use the html_safe method like this
<%= html_safe display_replies(reply) %>