Dead simple multi-tenancy in Rails.I think Kolide has nailed it with this post. Effectively they define a concern which associates a model to an account (organization, company, or whatever model defines your tenant) and sets the default scope of the model to find the current user's ac...Nov 2, 2023·1 min read