Merge branch 'revert-3656b5db' into 'master'

Revert "Merge branch 'issues/15127' into 'master'"

This reverts merge request !3647


See merge request !4212
This commit is contained in:
Stan Hu
2016-05-19 15:20:57 +00:00
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -789,6 +789,11 @@ class User < ActiveRecord::Base
other.select(:id)])
end
# Added according to https://github.com/plataformatec/devise/blob/7df57d5081f9884849ca15e4fde179ef164a575f/README.md#activejob-integration
def send_devise_notification(notification, *args)
devise_mailer.send(notification, self, *args).deliver_later
end
def ensure_external_user_rights
return unless self.external?
-1
View File
@@ -1,2 +1 @@
Devise::Async.backend = :sidekiq
Devise::Async.queue = :mailers