Signup steps with validation

This commit is contained in:
2020-12-02 20:46:46 +01:00
parent 7aadb5cb51
commit 9cebfd3f58
8 changed files with 175 additions and 2 deletions

View File

@@ -5,6 +5,8 @@ Rails.application.routes.draw do
get 'check_your_email', to: 'welcome#check_your_email'
get 'signup', to: 'signup#index'
match 'signup/:step', to: 'signup#steps', as: :signup_steps, via: [:get, :post]
post 'signup_validate', to: 'signup#validate'
get 'settings', to: 'settings#index'
post 'settings_reset_password', to: 'settings#reset_password'