I figured it out (once I realized it wasn't a HAML bug). For anyone else who encounters this problem it may be that you're doing
= form_for(...) instead of - form_for(...) On Mar 16, 8:22 pm, Nathan Weizenbaum <[EMAIL PROTECTED]> wrote: > That's very strange. What's the code in your views? > > - Nathan > > Ry wrote: > > Hello! > > > 1. Haml is great. I love it. > > > 2. I'm having a problem in edge rails where my haml views are > > rendering content twice when I'm working with REST controllers but > > work fine with traditional controllers. Does anyone know about this? > > > Ry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
