Displaying 1 result from an estimated 1 matches for "item_cata".
2006 Jul 01
1
Uh oh, Error solving...
undefined method `stringify_keys'' for [["Craved"], ["Whole Sale"]]:Array
I did this earler in the script how come now it''s yealling?
<% catas = Category.find(:all, :order=> "name").map {|u| [u.name]} -%>
<p><label for="item_cata">Catagory:</label><br/>
<%= select ''item'', ''cata'', catas %></p>
<% mcatas = SubCategory.find(:all, :order=> "name").map {|u| [u.name]}
-%>
<p><label for="item_sub_cata">Sub cata</label...