Hi all.
My code is in a controller
I want to be able to call “render” (or something else) to be able to get
well formatted HTML from a very special :partial that I have. This HTML
will not go to the user.
I will subsequently call “render” once for the page I want displayed to
the user.
I believe I can accomplish this in a view by a call to render. However,
I want/need to be able to do this in the controller.
Raw ERB does not seem like the right answer as I’d like to have access
in the .rhtml file to all the stuff setup by the controller.
Thanks in advance.