RE: Obtaining the ID of a newly saved model object

Rails saves your Model instance and adds the resulting id to its
attributes. And you still “have” the object so there is no need to
refind it.
HTH,
Kevin S.

Thanks, I should have figured that out myself!

Chris.