Due to passing field.name in the following snippet, it was passing the name just but the receiver is expecting the field object and trying to call field.name. This fix will make the it compatible with the rails_admin latest version.
nested_form.generate({:action => :nested, :model_config => field.associated_model_config, :nested_in => field })
Due to passing field.name in the following snippet, it was passing the name just but the receiver is expecting the field object and trying to call field.name. This fix will make the it compatible with the rails_admin latest version.