Update - I just noticed that it will save a new record without this
error if I have the minutes other than "00".  But there still is an
issue, since it saves the parameters as Year and Month instead of Hour
and Minute!  So this is interpreted as

"activity_start_time(4i)"=>"10",
 "activity_end_time(4i)"=>"13",
 "activity_start_time(5i)"=>"05",
 "activity_end_time(5i)"=>"05",

activity_start_time = 2010-05-01 00:00:00
activity_end_time = 2013-05-01 00:00:00

Has anyone encountered this problem?

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to