在上传后,destroy删除的是数据库的路径,需要使用File.delete删除路径下的文件
image_url = self.image_url path = "#{Rails.root}/app/assets/images/" + image_url if File.exists?(path) File.delete(path) end
本文出自 “骑猴上树” 博客,请务必保留此出处http://qihoushangshu.blog.51cto.com/7872138/1550016
原文地址:http://qihoushangshu.blog.51cto.com/7872138/1550016