fix header dropdown
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user