feat: Settings page to update profile
This commit is contained in:
@@ -39,6 +39,10 @@ Rails.application.routes.draw do
|
||||
# === Pages ===
|
||||
get "dashboard", to: "pages#dashboard", as: "dashboard"
|
||||
|
||||
# === Settings ===
|
||||
get "settings", to: "settings#show", as: "settings"
|
||||
patch "settings", to: "settings#update"
|
||||
|
||||
# === Events ===
|
||||
get "events", to: "events#index", as: "events"
|
||||
get "events/:slug.:id", to: "events#show", as: "event"
|
||||
|
||||
Reference in New Issue
Block a user