Can we use Rails Default Scope for data isolation
@timmccarthy brought up the idea of using default_scope for Organization Isolation.
Basically default_scope { where(organization: Current.organization) }
We could try to create a simple proof-of-concept.
The outcome of this issue should be a understanding of the pros and cons of this solution
Edited by Rutger Wessels