feat(show parties): prepare to use ticket cart components

This commit is contained in:
kbe
2025-08-27 02:31:20 +02:00
parent 1806c875b5
commit 7c7db939a2
8 changed files with 398 additions and 85 deletions

View File

@@ -18,6 +18,7 @@ Rails.application.routes.draw do
# Parties
get "parties", to: "parties#index", as: "parties"
get "parties/:slug.:id", to: "parties#show", as: "party"
post "parties/:slug.:id/checkout", to: "parties#checkout", as: "party_checkout"
# Routes for devise authentication Gem
# Bind devise to user