-
Notifications
You must be signed in to change notification settings - Fork 49
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
undefined method `full_messages_for' for Reform::Contract::Result #68
Comments
are you pretty sure? this is used in a lot of projects, could you please provide more information? |
Sorry I am not sure about this. But do you think maybe because I am using simple_form with dry validation? Because when I use active record validation and simple form it is working fine. |
if you could, please, provide a code reproducing your issue we have tests for your case, it's covered, if you are in an edge case, we need your help to debug it |
@Uysim I am seeing the same issue... Seems to be an issue with Dry/Reform <-> Simple Form. |
Created the fix - trailblazer/reform#539 |
When submit form and have validation error
The text was updated successfully, but these errors were encountered: