Displaying 1 result from an estimated 1 matches for "item_category_name".
2006 Apr 05
1
select in *.rhtml
...gs that said the select tag in my _forms.rhtml
was ''object'', ''attribute'', and ''list_items'', but I''ve tried several
combinations and can''t get this right.
This is my ~/app/views/items/_form.rhtml
<p><label for="item_category_name">Category</label><br/>
<%= select ''item'', ''name'', ''category'' %></p>
I think I''ve got the above wrong, but now sure how.
Here''s my database. Basically, all I want to do is assign a category to...