Rails 2.3 Nested models

I am moving an existing app from rails 2.2.2 to 2.3.2, and really like
the idea of the new nested model implementation, but I’m having some
issues.

Has anyone written a good comprehensive howto for the new nested model
stuff in Rails 2.3?

This should get you going…also check out the links at the end under
“Resources”.

http://ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes

Yeah, thanks, I did end up finding that and it has been helpful…