has many belongs to code example Example: activerecord through class Doctor < ApplicationRecord has_many :patients, through: :consultation end