Paperclip - Validate File Type but not Presence

后端 未结 4 496
粉色の甜心
粉色の甜心 2020-12-30 14:21

I am using paperclip to handle my file uploads, and in one situation I don\'t want the file to be mandatory. I do however want to make sure it is a specific file type when i

4条回答
  •  粉色の甜心
    2020-12-30 14:43

    This issue has been fixed in newer versions of paperclip (I think around 2.3.4 based on when the commit was made). See discussion at

    https://github.com/thoughtbot/paperclip/issues/125

提交回复
热议问题