smoothen registration process and first experience

This commit is contained in:
Stella Rouzi 2014-07-03 14:55:12 +03:00
parent 67afcc0b19
commit 7bdfb9ade5
5 changed files with 44 additions and 3 deletions

View file

@ -2,7 +2,7 @@ Osem::Application.routes.draw do
get 'conference/show'
devise_for :users, controllers: { registrations: :registrations,
devise_for :users, controllers: { registrations: :registrations, confirmations: :confirmations,
omniauth_callbacks: 'users/omniauth_callbacks' },
path: 'accounts'