search for: 8d28e991

Displaying 1 result from an estimated 1 matches for "8d28e991".

2006 Apr 28
1
undefined method `name'' for #<Category:0x3820f70>
All, I am having a bit of trouble with the error. I hava a product and category table and wanting to display the categories in a drop down list. Below is the error I get. Any suggestion on how I can fix this. undefined method `name'' for #<Category:0x3652448> 9: <select name="product[category_id]"> 10: <% @categories.each do |category| %> 11: