chore: On tickets#show add back link to order#show
Instead of going back to dashboard, user now goes to order details.
This commit is contained in:
@@ -60,7 +60,6 @@ Rails.application.routes.draw do
|
||||
get "payments/cancel", to: "tickets#payment_cancel", as: "payment_cancel"
|
||||
|
||||
# === Tickets ===
|
||||
# Support both ticket_id and qr_code for backward compatibility
|
||||
get "tickets/:qr_code", to: "tickets#show", as: "ticket"
|
||||
get "tickets/:qr_code/download", to: "tickets#download", as: "ticket_download"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user