I came across this error when dealing with
Date attribute.
Rails active record throws this error when you try to assign the
“datetime” value to a date attribute.
Changing the db field accordingly fixes this
error.
Oct 17th, 2007 by L J Arthur Neil
I came across this error when dealing with
Date attribute.
Rails active record throws this error when you try to assign the
“datetime” value to a date attribute.
Changing the db field accordingly fixes this
error.
Thanks Arthur! Saved a lot of head-banging that
would have ensued.