Displaying 1 result from an estimated 1 matches for "dynamic_categori".
Did you mean:
dynamic_categories
2008 Dec 25
5
One question about Dynamic Select Menus
...following
error
Showing app/views/javascripts/dymanic_categories.js.erb where line #3
raised:
You have a nil object when you didn''t expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.each
Extracted source (around line #3):
1: // javascripts/dynamic_categories.js.erb
2: var subcategories = new Array();
3: <% for subcategory in @subcategories -%>
4: categories.push(new Array(<%= category.id %>, ''<%=h
subcategory.subcategory_name %>'', <%= subcategory.id %>));
5: <% end -%>
Anyone got an idea, how does i...