wip: order checkout
This commit is contained in:
@@ -17,6 +17,7 @@ class Event < ApplicationRecord
|
||||
belongs_to :user
|
||||
has_many :ticket_types
|
||||
has_many :tickets, through: :ticket_types
|
||||
has_many :orders
|
||||
|
||||
# Validations for Event attributes
|
||||
# Basic information
|
||||
|
||||
Reference in New Issue
Block a user