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. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

