ruby on rails - Getting info about a Delayed::Job's instance -


i want this:

delayed::job.first.model => should return model, user instance or whatever, enqueued. how can that? nothing in docs, looked through dj methods no avail...

use payload_object it. :)


Comments