Boris Dinkevich

Results 5 comments of Boris Dinkevich

Any chance to merge this?

In our case we have devices that both belong to a manufacturer and a client (each with their own login and management features).

Perhaps the names here are misleading. ``` class Project < ApplicationRecord do acts_as_tenant :client acts_as_tenant :freelancer end ``` A client might have multiple projects in the platform, the same for...

We are running two different "sub sites" on the same database. One group of controllers set tenant as Client while the other group as Freelancer. Quite a number of different...

Hi @aidan-n We have updated the book with new code samples and references. A second edition should be published soon Bori