You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 12, 2021. It is now read-only.
I'm having an issue setting up an ability that looks like this:
The problem is
returns false even though
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?
The text was updated successfully, but these errors were encountered: