How to prevent child.save() when doing parent.save() in asso

When using has_one or has_many associations, how do I prevent a call
to the parent’s save() method from calling the child’s save() method?
I seem to be stuck in an infinite loop due to the way I have my
associations setup :frowning:

thanks,
Tim