when uploading Image I want the image uploaded to path like this.
eg: linode_url/app/modelName/imagename
I am using active storage to handle image upload and Linode for storage. when storing the image in linode I want to organize which image belongs to which model of which app.
I am lost on how I can achieve this