Couldn't find Child with ID=birthdate(1i)For example:
date_select('child[]', 'birthdate', {:index => child.id.to_s} )
Now in the controller things like Child.update(params['child']) will work.
You also may need to get the date_helper.rb and time_helper.rb patch from http://dev.rubyonrails.org/ticket/3811
if you are not up to date with Ruby revs.
TF
1 comment:
This still seems to be a problem with nil ids. See this ticket.
Post a Comment