summaryrefslogtreecommitdiffstats
path: root/app/jobs/application_job.rb
blob: 9d4c32b66843f527be416f02cfa8cc3472ea1d5e (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

class ApplicationJob < ActiveJob::Base
  include Redmine::JobWrapper

  around_enqueue :keep_current_user
end