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
I am using some form code to create and update a model. This gem has worked great for updating but I need to create a new one and the nested model needs to be blank because the server creates it with an after_save callback.
Does this gem allow for blank nested models or is there something I can do to make that still work?
The text was updated successfully, but these errors were encountered:
I am using some form code to create and update a model. This gem has worked great for updating but I need to create a new one and the nested model needs to be blank because the server creates it with an after_save callback.
Does this gem allow for blank nested models or is there something I can do to make that still work?
The text was updated successfully, but these errors were encountered: