Render a template in Ramaze

Posted by pkulak on Stack Overflow See other posts from Stack Overflow or by pkulak
Published on 2010-05-09T16:32:27Z Indexed on 2010/05/09 16:38 UTC
Read the original article Hit count: 194

Filed under:
|

I've got a template for a partial that I'd like to use and I'm wondering if it's possible to just render the thing without needing to send a mock request to a controller. I'm never going to need to render this to an AJAX call, so it seems silly to set up a controller and action, not to mention the security issues with making a private partial open to the world.

© Stack Overflow or respective owner

Related posts about ramaze

Related posts about ruby