-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nesting groups inside groups #55
Comments
This is not currently possible out of the box. Supporting this would be very complex. What use case do you have in mind? You can make a group a member of another group. But this does not affect group membership. |
I need to develop an app in hierarchical groups (School > Department > Class) |
I would recommend using an excellent gem such as Closure Tree to store the hierarchy. And then add some business logic in your application that adds the user to the parent groups when they are added to a group. (And removes them from the parent groups when they are removed.) |
Thanks! |
@eyalrosen I'm curious to know what your solution was. It's a common question and it would be great to document solutions in the readme. |
still checking it out, I'll keep you updated :) |
@eyalrosen Did you ever find a solution to your issue? I'm interested in the same functionality. |
Hi,
Is it possible to nest groups inside groups?
Thanks
The text was updated successfully, but these errors were encountered: