Example:
obj = MyModel.send_later :modelMethod
How can I get an ID of the delayed_job inside :modelMethod function? Thx!
Example:
obj = MyModel.send_later :modelMethod
How can I get an ID of the delayed_job inside :modelMethod function? Thx!