Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 CarrierWave 在 Amazon S3 上为我的记录存储一些徽标图像。我希望载波在记录被破坏时不删除图像。
有没有办法故意抑制这种行为?
如果您使用 ActiveRecord 的delete方法而不是destroy,则不会触发回调,并且您的图像将保留。
delete
destroy