instance method
perform
Ruby on Rails edge
Since edgeSignature
perform(blob)
No documentation comment.
Parameters
-
blobreq
Source
# File activestorage/app/jobs/active_storage/sync_metadata_job.rb, line 9
def perform(blob)
blob.sync_metadata
end
Defined in activestorage/app/jobs/active_storage/sync_metadata_job.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::SyncMetadataJob