views:

49

answers:

0

Example:

obj = MyModel.send_later :modelMethod

How can I get an ID of the delayed_job inside :modelMethod function? Thx!