mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
:async
This commit is contained in:
parent
149868c097
commit
e9ab8deb85
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
||||
|
|
Loading…
Reference in a new issue