session: migrate the "token confirmation" page to the new design

This commit is contained in:
Pierre de La Morinerie 2018-10-02 13:47:32 +00:00
parent e87264b402
commit bfd106ba30
4 changed files with 50 additions and 16 deletions

View file

@ -73,6 +73,7 @@ Rails.application.routes.draw do
devise_for :users, controllers: {
sessions: 'users/sessions',
registrations: 'users/registrations',
confirmations: 'users/confirmations',
passwords: 'users/passwords'
}