update_attributes workaround needed?

You can also do @post.attributes = params[:post]. It updates the attributes without saving them to the database.