Module: Machina::WorkspaceScoped
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/machina/workspace_scoped.rb
Overview
ActiveRecord concern that scopes models to the current workspace via
a tenant_ref column (UUID referencing the Console workspace).
The column is deliberately NOT named workspace_id to avoid confusion
with a local belongs_to association.