Delayed_job ID - rails
Posted
by xpepermint
on Stack Overflow
See other posts from Stack Overflow
or by xpepermint
Published on 2010-03-26T14:11:46Z
Indexed on
2010/03/26
14:13 UTC
Read the original article
Hit count: 126
ruby-on-rails
|delayed-job
Example:
obj = MyModel.send_later :modelMethod
How can I get an ID of the delayed_job inside :modelMethod function? Thx!
© Stack Overflow or respective owner