Ben
unread,Nov 13, 2009, 8:40:48 PM11/13/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ramaze
I'm trying to feed a regular string through an engine, independent of
the action, etc. I looked at the render helper, and tried to figure
out how it all fits together.
I've only produced the hackish (and slightly broken for my purposes)
code:
View::Etanni.call(action, string).first
What's a clean/standard way of rendering a string without having a
template or an action associated with it?
Thanks :)
Ben