Class: ActiveStorage::IdentifyJob
- Inherits:
-
BaseJob
- Object
- BaseJob
- ActiveStorage::IdentifyJob
- Defined in:
- app/jobs/active_storage/identify_job.rb
Instance Method Summary collapse
Instance Method Details
#perform(blob) ⇒ Object
5 6 7 |
# File 'app/jobs/active_storage/identify_job.rb', line 5 def perform(blob) blob.identify end |