aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/jobs/active_storage/base_job.rb
blob: 7bc2064dc5247246247a8585b9171562155277bb (plain) (blame)
1
2
3
4
# frozen_string_literal: true

class ActiveStorage::BaseJob < ActiveJob::Base
end