What gets called on belongs_to child on parent.save

Hi,

I'm trying to write a spec that documents that child.save gets called when parent.save is called. Child has belongs_to :parent.

What is the method that gets called on the child association on parent.save? Can it be mocked?

Thanks, Scott