Guest User

Untitled

a guest
Sep 26th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. def send_devise_notification(notification, *args)
  2. devise_mailer.send(notification, self, *args).deliver_later
  3. end
  4.  
  5. ID
  6. 166
  7. or or
  8. Priority
  9. 0
  10. Attempts
  11. 5
  12. Queue
  13. mailers
  14. Handler
  15.  
  16. --- !ruby/object:ActiveJob::QueueAdapters::DelayedJobAdapter::JobWrapper
  17. job_data:
  18. job_class: ActionMailer::DeliveryJob
  19. job_id: 7dd2d4d8-0dd8-4507-b754-053bc220df1a
  20. provider_job_id:
  21. queue_name: mailers
  22. priority:
  23. arguments:
  24. - Devise::Mailer
  25. - reset_password_instructions
  26. - deliver_now
  27. - _aj_globalid: gid://eapp/User/1
  28. - owhdnPyRT3G2c4oXcDq-
  29. - _aj_symbol_keys: []
  30. executions: 0
  31. locale: en
  32.  
  33. Last Error
  34. Toggle full message
  35.  
  36. Error while trying to deserialize arguments: Couldn't find User
  37. /home/mody/.rvm/gems/ruby-2.5.1@eapp/gems/activerecord-5.2.0/lib/active_record/relation/finder_methods.rb:343:in `raise_record_not_found_exception!'
Add Comment
Please, Sign In to add comment