rails--rails/activejob/lib
Rafael Mendonça França 68b471c4dd
Make sure job instrumentation keep return value
The implementaiton of `instrument` in `ActiveJob::Instrumentation` was
not keeping the API of `ActiveSupport::Notification.instrument` and
returning the value of the block.

Fixes #40931.
2020-12-28 05:30:30 +00:00
..
active_job Make sure job instrumentation keep return value 2020-12-28 05:30:30 +00:00
rails/generators/job
active_job.rb