fix header dropdown

This commit is contained in:
kbe
2025-08-28 17:03:48 +02:00
parent 784d5158b4
commit 1989cbf6af
8 changed files with 186 additions and 207 deletions

View File

@@ -15,10 +15,10 @@ Rails.application.routes.draw do
# Pages
get "dashboard", to: "pages#dashboard", as: "dashboard"
# events
get "events", to: "events#index", as: "events"
get "events/:slug.:id", to: "events#show", as: "party"
post "events/:slug.:id/checkout", to: "events#checkout", as: "party_checkout"
# Events
get "events", to: "events#index", as: "events"
get "events/:slug.:id", to: "events#show", as: "event"
post "events/:slug.:id/checkout", to: "events#checkout", as: "event_checkout"
# Routes for devise authentication Gem
# Bind devise to user