wip: order checkout

This commit is contained in:
kbe
2025-09-02 02:56:23 +02:00
parent afe074c8a1
commit ca81d2360c
18 changed files with 893 additions and 292 deletions

View File

@@ -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