I have an app that has a delivery and item model, that a joined through a delivery_item model.
class Delivery < ApplicationRecord belongs_to :project h