I have the following code in my form.
<%= f.datetime_select(:date_time, :prompt => {:day => \'Day\', :month => \'Month\', :year => \'Year\'},
I was facing the same problem. I just added attr_accessible for that attribute and it works fine.
Hope it helps.