Fix account page forms & add account actions rspec
All checks were successful
CI / scan_ruby (push) Successful in 21s
CI / scan_js (push) Successful in 13s
CI / lint (push) Successful in 13s
CI / test (push) Successful in 37s

#5
This commit is contained in:
sto
2025-12-10 10:44:03 +01:00
parent cce090587a
commit 8cea403dc9
12 changed files with 131 additions and 47 deletions

View File

@@ -40,7 +40,9 @@ Rails.application.routes.draw do
end
resources :passwords, param: :token
resource :session
resources :users
resources :users do
patch "password", to: "users#change_password"
end
options "connect", to: "messages#cors_preflight_check"
options "message", to: "messages#cors_preflight_check"