Method: Pageflow::UserMixin#send_devise_notification
- Defined in:
- lib/pageflow/user_mixin.rb
#send_devise_notification(notification) ⇒ Object
Configure devise to send emails using ActiveJob.
69 70 71 |
# File 'lib/pageflow/user_mixin.rb', line 69 def send_devise_notification(notification, *) devise_mailer.send(notification, self, *).deliver_later end |