Method: ActiveStorage::Blob::Representable#create_preview_image_later

Defined in:
activestorage/app/models/active_storage/blob/representable.rb

#create_preview_image_later(variations) ⇒ Object

:nodoc:



105
106
107
# File 'activestorage/app/models/active_storage/blob/representable.rb', line 105

def create_preview_image_later(variations) # :nodoc:
  ActiveStorage::PreviewImageJob.perform_later(self, variations) if representable?
end