How to secure images to users logged in with Rails?
- by NotDan
I have a gallery in my rails app that needs to only allow certain images to be shown to specific logged in users. I am using Paperclip for image processing now, but it saves all images in a public folder available to anyone.
Is it possible to only allow these images to be served to authenticated users?