Oh, I bet I know what it is. I bet the issue is that you don't have the Haml helpers in scope; it's trying to use Kernel#open rather than Haml::Helpers#open.
I'm not sure how that form stuff gets access to the ActionView instance, though. - Nathan pimpmaster wrote: > It's breaking without super. Even trying something simple like > > open :p, 'hello' > > breaks with the same error. > > One thing worth noting is that this method is inside of a class which > lives in a helper...does that affect antyhing? > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Haml" 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/haml?hl=en -~----------~----~----~----~------~----~------~--~---
