Hi there, Suppose I submit an object called "task" from a form with...
task[enddate(1i)] -> 2011 task[enddate(2i)] -> 3 task[enddate(3i)] -> 1 ...how do I set the value 'params[:task][:enddate]' to 'nil' in the controller? I tried... params[:task][:enddate] = nil ...but that doesn't seem to "empty" the attribute 'enddate'. What am I getting wrong? Thanks for your help! Tom -- Posted via http://www.ruby-forum.com/. -- 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.

