Active Record Associations — Ruby on Rails Guides
https://guides.rubyonrails.org/association_basics.html#has-one-association-reference
Active Record AssociationsThis guide covers the association features of Active Record.After reading this guide, you will know: How to declare associations between Active Record models. How to understand the various types of Active Record associations. How to use the methods added to your models by creating associations.