.---.
| v*
.--------------.
...
Ruby Instance-level authorization
by dagobah.myopenid.com,
September 07, 2011 04:49,
No refactoring, tagged with rails, database, authorization, instance-level
has_many :contactships
has_many :uers, :through => :contactships
...
Ruby CanCan through a join model
by https://www.google.com/accounts/o8/id?id=AItOawm0WvwBBHqoyBdwxEWpjuK_M183D0UXVII,
July 12, 2011 21:09,
1 refactoring, tagged with rails, authorization, cancan, ability
Is there a better way to lo...
module Protected module ClassMethods ...
Ruby Access control on methods
by dagobah.myopenid.com,
July 12, 2011 07:39,
No refactoring, tagged with ruby, mixins, authorization, rbac, modules, access control, keys, locks
Is there a better/more eleg...
Is this database structur...