Reading the Agile book, I can't find a single command to save a
collection.  The save command seems to operate on only individual
objects.&nbsp; <br>
<br>
Lets say I have a collection that I have received from a find_all
command.&nbsp; I want to go through and change some attributes in
various objects in the collection.&nbsp; Then I want to resave the
whole collection back to the database.&nbsp; I don't think the
update_all command is right for this, as it understand it...<br>
<br>
Do I just have to iterate through the collection, issuing a save command on each object?<br>
<br>
Thanks for any advice...<br>
<br>
Shelby<br>