activerecord-multi-tenant v1.0.0 Release Notes

Release Date: 2019-07-05 // almost 5 years ago
    • 🛠 Fix RETURNING id for distributed tables with no primary key
    • Include fix for partial select described in issue #34.
      • When doing a partial select without the tenant like Project.select(:name).find(project.id) it would raise ActiveModel::MissingAttributeError (missing attribute: tenant_id)