mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-20 23:29:59 +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
|
class User < ActiveRecord::Base
|
||||||
# Include default devise modules. Others available are:
|
# Include default devise modules. Others available are:
|
||||||
# :confirmable, :lockable, :timeoutable and :omniauthable
|
# :confirmable, :lockable, :timeoutable and :omniauthable
|
||||||
devise :database_authenticatable, :registerable,
|
devise :database_authenticatable, :async, :registerable,
|
||||||
:recoverable, :rememberable, :trackable,
|
:recoverable, :rememberable, :trackable,
|
||||||
:validatable, :authentication_keys => [:login]
|
:validatable, :authentication_keys => [:login]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue