Displaying 1 result from an estimated 1 matches for "togglemenu".
2008 Apr 01
1
Navigation Problems
...or the
main content, I should be directed to another page where the
Sub-Category''s children will be shown. But instead I have these errors:
NoMethodError in SubCategory#read
undefined method `each'' for #<SubCategory:0x351c414>
<div class="mH" onClick="toggleMenu(''menu1'')"><a href="#">+
AMD</a></div>
23:
24: <div id="menu1" class="mL">
25: <% @subcategory.each do |p| %>
26: <%= link_to p.name, { :controller => "subsubcat", :action =>
"subsubcat_list...