changing folder using Active Storage
Is there any way to change the folder to which Ruby on Rails active storage saves to? For instance, instead of "picture.jpg", you can save it to folder "myFolder/picture.jpg"?
I know how to do this on the cloudinary ruby gem, but not Active Storage
0
-
Hi Steve,
You can save your files to a different folder by setting the folder in the '
storage.yml'file.Like this:
cloudinary: service: Cloudinary folder: myFolderPlease let us know if you need any further assistance.
Thanks,
Michal
0
Post is closed for comments.
Comments
1 comment