ErwinM / acts_as_tenant

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

Update README.md with small dev console QoL suggestion #322

Closed tvongaza closed 1 year ago

tvongaza commented 1 year ago

Adds a section on having your rails console automatically set the current tenant on load/reload while in development. I know this has saved our team a lot of time by reducing some dev friction.

excid3 commented 1 year ago

Smart, thanks @tvongaza 👍