You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The [Devise README](https://github.com/plataformatec/devise#activejob-integration) describes how to use ActiveJob to deliver emails in the background. Normally you would place the following code in your `User` model, however when using _devise-multi_email_ you should place this in the `Email` model.
does not seem to be correct. If I put the method send_devise_notification on the Email model, the debugger does not hit it. If I place it on the User model, the debugger stops. Should we drop this part of the README?
The text was updated successfully, but these errors were encountered:
The following part of the README:
does not seem to be correct. If I put the method
send_devise_notification
on the Email model, the debugger does not hit it. If I place it on theUser
model, the debugger stops. Should we drop this part of the README?The text was updated successfully, but these errors were encountered: