method

create_preview_image_later

rails latest stable - Class: ActiveStorage::Blob::Representable

Method not available on this version

This method is only available on newer versions. The first available version (v7.2.3) is shown here.

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