Replies: 1 comment 11 replies
-
The auth_class_eval do
private
def account_table_ds
super.where(tenant_id: request.env[:tenant_id])
end
end |
Beta Was this translation helpful? Give feedback.
11 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Did the idea for supporting multi-tenancy discussed in this google groups thread in 2021, which involved adding a new feature hypothetically called
account_login_filter
, ever become reality? I am not able to find that exact method name in the code base, but perhaps when it was added it was named something else.Beta Was this translation helpful? Give feedback.
All reactions