无法将 ReportImage 转换为载波 Rails4 中的字符串

Can't cast ReportImage to string in carrierwave Rails4

根据我添加的载波的说明 gem,生成 ReportImage 上传器,添加

t.string :report_image, null: true, unique: true

报告迁移 table 和

mount_uploader :report_image, ReportImage

报告模型。

但是我在尝试创建没有 ReportImage 的报告时得到 TypeError: can't cast ReportImage to string (nil)

有人知道怎么解决吗?

字段不能是唯一的。 CarrierWave 将 "no file" 存储为空字符串