aboutsummaryrefslogtreecommitdiffstats
path: root/activestorage/app/jobs/active_storage/base_job.rb
diff options
context:
space:
mode:
authorGeorge Claghorn <george.claghorn@gmail.com>2019-01-01 19:40:59 -0500
committerGitHub <noreply@github.com>2019-01-01 19:40:59 -0500
commited51351536294b5cee9923727f401c5eb4dc2af1 (patch)
tree6a5cbb1655ddb1f7f76d39464724a8ebfecb485f /activestorage/app/jobs/active_storage/base_job.rb
parent0dec2b5aa367d4f858e7878f1f5d1fcda2dd37de (diff)
downloadrails-ed51351536294b5cee9923727f401c5eb4dc2af1.tar.gz
rails-ed51351536294b5cee9923727f401c5eb4dc2af1.tar.bz2
rails-ed51351536294b5cee9923727f401c5eb4dc2af1.zip
Permit sending Active Storage purge and analysis jobs to separate queues
Diffstat (limited to 'activestorage/app/jobs/active_storage/base_job.rb')
-rw-r--r--activestorage/app/jobs/active_storage/base_job.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/activestorage/app/jobs/active_storage/base_job.rb b/activestorage/app/jobs/active_storage/base_job.rb
index 6caab42a2d..7bc2064dc5 100644
--- a/activestorage/app/jobs/active_storage/base_job.rb
+++ b/activestorage/app/jobs/active_storage/base_job.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
class ActiveStorage::BaseJob < ActiveJob::Base
- queue_as { ActiveStorage.queue }
end