ErwinM / acts_as_tenant

Easy multi-tenancy for Rails in a shared database setup.
MIT License
1.53k stars 262 forks source link

Update README.md #331

Open ConfusedVorlon opened 6 months ago

ConfusedVorlon commented 6 months ago

the implication of the lambda example is that it defaults to returning true in the non-admin case.

Currently, the code doesn't actually do that...