1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-10-17 17:01:01 +00:00
redmine/app/jobs/application_job.rb
Marius Balteanu fd3843d821 Replace request_store with ActiveSupport::CurrentAttributes (#39110).
Patch by Takashi Kato.

git-svn-id: https://svn.redmine.org/redmine/trunk@22473 e93f8b46-1217-0410-a6f0-8f06a7374b81
2023-11-21 06:45:54 +00:00

8 lines
141 B
Ruby

# frozen_string_literal: true
class ApplicationJob < ActiveJob::Base
include Redmine::JobWrapper
around_enqueue :keep_current_user
end