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
This behavior actually comes from ActiveModel. In general, you can't add errors to an attribute that doesn't exist on a model. So this code will raise an error:
I don't understand why when I write this in my interaction :
and I have the following error :
I need to write this :
in order to correctly add an error.
The
add_sym
method has the same behavior.The text was updated successfully, but these errors were encountered: