Adding e-mail confirmations
This commit is contained in:
parent
b3c7c8700d
commit
fc198a8b4c
15 changed files with 72 additions and 36 deletions
|
@ -15,7 +15,8 @@ Rails.application.routes.draw do
|
|||
devise_for :users, path: 'auth', controllers: {
|
||||
sessions: 'auth/sessions',
|
||||
registrations: 'auth/registrations',
|
||||
passwords: 'auth/passwords'
|
||||
passwords: 'auth/passwords',
|
||||
confirmations: 'auth/confirmations'
|
||||
}
|
||||
|
||||
resources :accounts, path: 'users', only: [:show], param: :username do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue