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
Hi @swilgosz , Thanks for your great work on this gem.
I found the mistake in your documentation in the Custom errors mapping section, when I try to follow the docs.
This line
ErrorsMapper.map_errors! # Wrong class name
It should be
ErrorMapper.map_errors!
The text was updated successfully, but these errors were encountered:
Thank you fro reporting this @pandabamboo90 ! I'll fix it in a moment!
Sorry, something went wrong.
Fix documentation for custom error mapping!
742b2cc
Resolves #20
swilgosz
Successfully merging a pull request may close this issue.
Hi @swilgosz ,
Thanks for your great work on this gem.
I found the mistake in your documentation in the Custom errors mapping section, when I try to follow the docs.
This line
It should be
The text was updated successfully, but these errors were encountered: