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
Hi @carlosantoniodasilva,
Trying to make this gem work with nested forms and nested attributes in my project, but for some reason, I'm getting the following error.
Checked the association_parser file and will like to extend it if possible, but I could use some help. Any suggestions on the possible fixes for this?
Thanks.
The text was updated successfully, but these errors were encountered:
@mayordwells I think it has to do with the fact it's dealing with an ActionController::Parameters instance and recent changes around its behavior vs a normal "Hash":
Just for the sake of trying to get it working, can you try passing in welder_certificate_params.to_h when assigning that to the localised attributes? And which version of Rails are you running with? We might need to see how we can make that more friendly with those recent Rails versions. Thanks!
Hi @carlosantoniodasilva,
Trying to make this gem work with nested forms and nested attributes in my project, but for some reason, I'm getting the following error.
Checked the association_parser file and will like to extend it if possible, but I could use some help. Any suggestions on the possible fixes for this?
Thanks.
The text was updated successfully, but these errors were encountered: