On Sep 16, 2011, at 6:54 PM, Tim Griffin wrote: > I wish I could say 'yes' but the controller was named DocumentsController and > based directly on ApplicationController. Nothing unusual. >
Wow. Finally ran this down - the problem came down to the order of some statements in DRYML's call_render function. Everything *looked* OK, but the instance variable that was being set had *already* been copied into the TemplateEnvironment (as nil). Thanks! --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/hobousers?hl=en.
