In an extension I'm working on, I'd like to define some medium to large blocks of dynamic html to be inserted via a single radius tag. Because this html isn't just a line or two and is tied to models and their data, I'd love to be able to create a true rails partial and tell the snippet to behave as a pseudo-controller and render the view in place of the radius tag.
I'm trying to keep a separation of concerns here and keep my code clean (and make use of all the html/erb sugar already built into rails). I don't suppose that there's any way to have a tag call 'render :partial => ...' much less get around the rails double-render when the SiteController tries to render. Clever thoughts anyone? -Chris _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
