Hi All,
I am wondering if it is possible to have date_select fields that are
indexed for updating of multiple rows.
Here is my code:
<% @book.awards.each do |@award| %>
“Poetry”, “First-Boak”, “Translation” ],
{ :include_blank => false }) %>
2007, :end_year => 1980,
:discard_month => true, :include_blank => false) %>
<% end %>
This outputs:
Does anyone know why the name of the first select field has an index
but the name of the date select field doesn’t? Is there some way
around this? I tried directly passing the helper the id for the index
but that produced errors.
Thanks,
Sean