ErwinM / acts_as_tenant

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

allow 'touch' option to be passed through to belongs_to association #306

Closed codykrieger closed 1 year ago

codykrieger commented 1 year ago

Hi there! Just a small change to allow e.g. touch: true to be passed through to the belongs_to association. I also updated the readme to include :polymorphic, which was missing, as well as :touch.

excid3 commented 1 year ago

Released in 0.6.1

codykrieger commented 1 year ago

Thanks @excid3!