rails-multitenant
rails-multitenant copied to clipboard
To reproduce: ```ruby Organization.current = Organization.find(1) # => # # PropertyCache is dependent_on Organization PropertyCache.current #=> # # Directly update the registry using [], set, with_merged_registry, or merge! RailsMultitenant[:organization_id] =...
This PR updates `current=` and `current_id=` to be no-ops if setting current to the existing value which avoids clearing any caches. It also fixes `clear_current!` to ensure they propagate to...
I am trying to use Rails-multitenant, but I am running into an issue when creating accounts. I have accounts which can have users and websites underneath. This means that for...
Hello, Please add some documentation about the difference between `rails-multitenant` and `influitive/apartment`