Is there an acceptable way to have Paperclip not make a network request each time you call model.attachment.url()
?
I'd like to cache the URLs for faster load speeds / being able to load my development environment, without needing connected wifi, etc.