We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ruby Version: 3.0.4
Framework Version (Rails, whatever): 7.0.3
Action Policy Version: 0.6.3
Reproduction Script: bug_report_template.rb.zip
Use params_filter in a policy.
params_filter
Tests to work.
NoMethodError: undefined method 'params_filter' for MyPolicy:Class is raised.
NoMethodError: undefined method 'params_filter' for MyPolicy:Class
The text was updated successfully, but these errors were encountered:
32ad568
Thanks for reporting!
Fixed and released in 0.6.4
Sorry, something went wrong.
No branches or pull requests
Tell us about your environment
Ruby Version: 3.0.4
Framework Version (Rails, whatever): 7.0.3
Action Policy Version: 0.6.3
Reproduction Script:
bug_report_template.rb.zip
What did you do?
Use
params_filter
in a policy.What did you expect to happen?
Tests to work.
What actually happened?
NoMethodError: undefined method 'params_filter' for MyPolicy:Class
is raised.The text was updated successfully, but these errors were encountered: