Row-level Multitenancy with ActsAsTenant
Pro
Row-level multitenancy is an easy, scalable approach to restricting access to data in your application between tenants. Using the acts_as_tenant gem, we can enforce this automatically throughout our Rails applications.