I've got a form with nested objects as described here:
http://ryandaigle.com/articles/2009/2/1/what-s-new-in-edge-rails-nested-attributes
It's working fine, but I need to sort the nested objects in the form by their "name" attribute so they are listed in alphabetical order.
Any ideas?