Object-level authorization database structure in Rails

263 Views Asked by At

I'm writing a rails application that has a need for very fine-grained authorization at the object level. Other systems use plugins 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

There are 0 best solutions below