I've been using 2.1.1 for ages but decided it was time to try and move 
on to 2.2.2

I've got a helper that generates a menu dynamically and it's called from 
the layout:

.menu
   - render_menu

The helper uses haml_tag and haml_concat but (i think) since upgrading 
to 2.2.2 it's throwing:

undefined method `haml_concat' for #<ActionView::Base:0x46f0b40>

Now, all the haml_concat calls are inside haml_tag calls like so:

haml_tag(:div, :class => 'menuSelected') do
   haml_concat entry[0]
end

and it doesn't seem to be choking on haml_tag.

Any ideas why this is happening? I know the helper is sound as I've only 
just pulled it from a working rails 2.1.1 app.

Many thanks

Matt

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to