Hi, I'm using Rails 2.3 RC1. I've noticed that calling save(false) on the model which accepts_nested_attributes_for :another doesn't create the nested model if it's invalid. It does save it if it's been previously created though. Is this known? If necessary I can prepare a minimal example.
Marko