From e9ab8deb85544ff856839975b77e8623b6b65fea Mon Sep 17 00:00:00 2001 From: nilsding Date: Thu, 1 Jan 2015 18:17:34 +0100 Subject: [PATCH] :async --- app/models/user.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/user.rb b/app/models/user.rb index 9654c3ce..3fadc7ac 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,7 +1,7 @@ class User < ActiveRecord::Base # Include default devise modules. Others available are: # :confirmable, :lockable, :timeoutable and :omniauthable - devise :database_authenticatable, :registerable, + devise :database_authenticatable, :async, :registerable, :recoverable, :rememberable, :trackable, :validatable, :authentication_keys => [:login]