My first guess is that a validation is failing. What does the update_attributes call return?
My guess here would be that the values are '' (empty string), and not nil.
My first guess is that a validation is failing. What does the update_attributes call return?
My guess here would be that the values are '' (empty string), and not nil.