Hi I have a rails application with two models Delivery and Item, these models are joined by a join table DeliveryItem
class Delivery < ApplicationRecord