-
-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Namespaced policy not found #2
Comments
Hi, @pablocrivella!
That could be a clue. Do you have |
@palkan It's |
Yep, that should help. I've pushed a fixed (hopefully); please, try |
@palkan I can confirm master is working without changing setting |
@pablocrivella Thanks! Released as 0.1.1 |
Current scenario:
Ruby version: 2.5.0
Rails: 5.2.0
Errors seems to be that when this check is made:
action_policy/lib/action_policy/lookup_chain.rb
Line 36 in daa2d12
The
Care
namespace only contains this constants:The weirdest thing is that my test are working:
Any idea what could be the issue here?
The text was updated successfully, but these errors were encountered: