Updating included eager loaded associations in Rails

fordfox

New Member
I'm querying my Rails app for XML-encoded returns of some finds that have eager loaded associations. Is there an easy way to do a bulk update of everything? A preferable solution would be sending back modified XML with the same structure and calling an update() with it.
 
Back
Top