class Ticket < ApplicationRecord
  # belongs_to :user, optional: true

  has_many :purchased_items, dependent: :delete_all

end