typo
This commit is contained in:
parent
9624cea0b0
commit
7ec604ced3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ class PjsMigrationJob < ApplicationJob
|
||||||
queue_as :pj_migration_jobs
|
queue_as :pj_migration_jobs
|
||||||
|
|
||||||
def perform(blob_id)
|
def perform(blob_id)
|
||||||
blob = Blob.find(blob_id)
|
blob = ActiveStorage::Blob.find(blob_id)
|
||||||
|
|
||||||
return if already_moved?(blob)
|
return if already_moved?(blob)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue