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