method

create_preview_image_later

create_preview_image_later(variations)
public

No documentation available.

# File activestorage/app/models/active_storage/blob/representable.rb, line 171
  def create_preview_image_later(variations) # :nodoc:
    ActiveStorage::PreviewImageJob.perform_later(self, variations) if representable?
  end