Makes role based authorization in Rails really simple. Wraps CanCan and RoleModel up with a smattering of syntactic sugar, some generators and scopes.
125
stars
28
forks
source link
Updating Canard to pre rolls back version of CanCanCan #32
Open
grumpit opened 6 years ago
I believe that the dependency in the gemspec should be
>= 1.1
rather than~> 1
, so projects happy using CanCanCan v 2.x can continue to do so.