How to remove a specific file in Rails public folder?
- by siulamvictor
User in my web app are able to upload file. I use Paperclip to handle file attachment issue. Is there any method if I would like to remove any specific user-uploaded file programmatically?