Acts as Tenant with Active Storage
Hello! I have been developing a multitenancy app using acts_ac_tenant. Until now it works really well but now I want to add some support for storing some files. I got a little bit confused about how to implement this in a proper way. I would like to have a good control of the files that have been uploaded by each tenant. In the development environment I have been trying with local storage and for production I would like to try Amazon S3 (bucket-based solution). However, I'm not pretty sure if acts_as_tenant cares of the switching between tenant behind the scene as it does with other models related to acts_as_tenant. I would appreciate if someone could share some advises in this topic.
Thank you in advance!