Signup steps with validation
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user