Offering a visual example of what happens currently:

--Parent Menu Button I
----Fourth Sub Menu Button I

--Parent Menu Button II
----Fourth Sub Menu Button II


when what should happen is:


--Parent Menu Button I
----First Sub Menu Button I
----Second Sub Menu Button I
----Third Sub Menu Button I
----Fourth Sub Menu Button I

--Parent Menu Button II
----First Sub Menu Button II
----Second Sub Menu Button II
----Third Sub Menu Button II
----Fourth Sub Menu Button II

So, it's creating the menu buttons using UL Li styles but it's only 
placing the last instance of each array into the menu, versus adding all 
of them.  When outputting this using puts in a rails console, it outputs 
everything properly.  So, I'm not sure what's wrong with my code.

Any help would be appreciated.


-- 
Posted via http://www.ruby-forum.com/.

--

You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" 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/rubyonrails-talk?hl=en.


Reply via email to