module ActiveStorage::Blob::Representable

def create_preview_image_later(variations) # :nodoc:

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