我正在寻找一个Rails Gem,它只允许我将用户添加到某些组。每个用户可以获得许多组。 通过这些小组,他们可以查看分配给他们小组的帖子。 (对于我实际使用设计的用户)
所以:
user1 has group with id 1
user2 has group with id 1 and 2
我有3个帖子:
post1 has group3
post2 has group2
post3 has group1
User1 can only see post3
User2 can only see post2 and post3
Non of them can see post1
如果你可以帮我一个宝石或教程,那将是很酷的。或者也许是我自己搜索的提示。我不知道如何谷歌这个。