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

Remove check for rails, noop here in gemspec #22

Closed jondkinney closed 9 years ago

jondkinney commented 9 years ago

Instead cancancan is rails 3 and rails 2 compatible according to its readme. Should be good to just rely on it. Addresses #21