Prevent attachment processing in Attachment_Fu

I was wondering if there is some way to make attachments optional with
attachment_fu. Currently if I try to run model.update_attributes with no
uploaded_data I’ll get an error. There must be some way to tell
attachment foo not to try to process an attachment if no data is
provided.