method
create_preview_image_later
v7.2.3 -
Show latest stable
- Class:
ActiveStorage::Blob::Representable
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