[Fix #1972] Make devise mails async
This commit is contained in:
parent
07b1c147d9
commit
fd168c4a72
7 changed files with 12 additions and 6 deletions
|
@ -2,7 +2,7 @@ class Gestionnaire < ApplicationRecord
|
|||
include CredentialsSyncableConcern
|
||||
include EmailSanitizableConcern
|
||||
|
||||
devise :database_authenticatable, :registerable,
|
||||
devise :database_authenticatable, :registerable, :async,
|
||||
:recoverable, :rememberable, :trackable, :validatable
|
||||
|
||||
has_and_belongs_to_many :administrateurs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue