Rails CanCan:让用户自己设置某些权限(照片库用例)
我正在使用 Rails 开发一个照片库,其中照片集的“所有者”应该能够自己设置权限(即:允许某些用户或组对照片集执行某些操作)。
现在,我使用 Devise 和 CanCan 迈出了第一步,可以通过 CanCan 的 Skill 类设置静态权限。
有谁知道如何使其更加动态,以便我能够实现我的目标?
提前致谢
I'm developing a photo gallery with Rails, where the "owners" of a photo set should be able to set permissions themselves (i.e.: allow certain users or groups to do certain actions with the photo set).
Right now I made my first steps with Devise and CanCan an can set static permissions via CanCan's Ability class.
Does anyone have an idea on how to make this more dynamically so that I can achieve my goal?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我自己回答:)
我认为,这就是要走的路: https://github.com/ryanb/ cancan/wiki/数据库中的能力
Ok, I answer myself :)
I think, that's the way to go: https://github.com/ryanb/cancan/wiki/Abilities-in-Database