james2m / canard

Makes role based authorization in Rails really simple. Wraps CanCan and RoleModel up with a smattering of syntactic sugar, some generators and scopes.
MIT License
125 stars 28 forks source link

Make Ability's private methods protected #19

Closed elsom25 closed 10 years ago

elsom25 commented 10 years ago

Make methods protected over private to ease enhancement and modification.