开发者

Object-level authorization database structure in Rails

开发者 https://www.devze.com 2023-04-03 09:46 出处:网络
I\'m writing a rails application that has a need for very fine-grained authorization at the object level. Other systems use p开发者_运维知识库lugins such as acl9 or declarative_authorization however I

I'm writing a rails application that has a need for very fine-grained authorization at the object level. Other systems use p开发者_运维知识库lugins such as acl9 or declarative_authorization however I want to implement my own. I have the following database structure in mind and wondered whether this would stray away from rails best-practise.

http://www.pastie.org/2496489

Any pointers/advice or potential problems would be welcome.

0

精彩评论

暂无评论...
验证码 换一张
取 消