I was wondering if anyone had an idea for disabling personal teams. I understand how it may work on apps like Trello, Asana, Github, etc, but it doesn't make sense for the app I am building.
Any insight would be appreciated.
Thanks, Peter
Chris Oliver•
Hey Peter,
If you don't want to use teams, just hide the links. You can leave the functionality there but just not use it.
You can also not include the UserTeams concern on the User model which will remove teams from them.
Peter Marcano•
AH! I missed that Concern during my scanning of the code base. That makes all the difference.