Displaying 1 result from an estimated 1 matches for "abspeichern".
Did you mean:
abzuspeichern
2006 Apr 09
1
select helper question
...ing and updated to this:
<%= error_messages_for ''category'' %>
<!--[form:category]-->
<p><label for="category_name">Name</label><br/>
<%= text_field ''category'', ''name'' %></p>
<p>Abspeichern unter:<br/>
<%= select ''category'',''parent_category'', Category.find_all.collect {|p|
[p.name,p.id]} %></p>
<!--[eoform:category]-->
I''d like that the select tag contained all categories. After I commit
the form, I''ve g...