cancan icon indicating copy to clipboard operation
cancan copied to clipboard

Ability not showing expected behaviour

Open creativetags opened this issue 9 years ago • 1 comments

I'm having an issue setting up an ability that looks like this:

can :read, Project, :allocate_to => user.id

The problem is

ability.can?(:read, my_project)

returns false even though

Project.accessible_by(ability)

returns just the projects for that user as expected.

I'm running 1.6.10 on rails 3.2.19 with ruby 1.9.3-p547

Is this a bug with cancan or my code? How do I find out why ability.can?(:read, my_project) is failing?

creativetags avatar Sep 01 '14 12:09 creativetags

See https://github.com/CanCanCommunity/cancancan/issues/121

creativetags avatar Sep 10 '14 14:09 creativetags