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?