This used in the expression user.update_attributes(params[:user])
So, nothing fancy here. But when I give in a date older than 1 january
1970, I get an error:
'1 error(s) on assignment of multiparameter attributes', which I don't
have with > 1970.
I checked the log, and both times the parameters are passed just fine.
Eric: I tried it, but it's still the same for me when I enter a date <
1970
Pierre-Alexandre:
The 1970 should have made me realize it was a problem corresponnding
to the class where the time was stored.
I read your link, that's exactly what I need, but how can I apply the
patch suggested there?