I have a situation where I only want to update the object, but not the
nested attributes. Is there a way to tell Rails to only call
update_attributes on the main object? I also have a situation where I
only wanted to update certain nested attributes, but not the main
object (i.e. one of the subobject attributes of the main object).
Thanks.