Replies: 1 comment
-
Hi @LinnJS have you checked this docs page? https://docs.avohq.io/3.0/guides/acts_as_tenant_integration.html I've also found this docs section about how to not require a tenant: https://github.com/ErwinM/acts_as_tenant?tab=readme-ov-file#disabling-tenant-checking-for-a-block And this configuration Let me know if this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have both Pundit and ActAsTenant in our app but for the use case of our admin dashboard we want no tenant scoping to be set.I went though the trouble of trying to add a custom resource controller but at the end get an error saying no tenant is set which is what I want.
Then if I go down the route and not setting a tenant for ever resource I get an error saying.
ActsAsTenant::Errors::NoTenantSet in Avo::Associations#index
which is also what I want. How can I do this successfully?Error with custom ResourceController:
Which is what I want why is it erroring out? How can I fix this?
Beta Was this translation helpful? Give feedback.
All reactions