We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 131fd59 commit 0f9638eCopy full SHA for 0f9638e
activestorage/app/models/active_storage/blob/representable.rb
@@ -102,7 +102,7 @@ def preview_image_needed_before_processing_variants?
102
previewable? && !preview_image.attached?
103
end
104
105
- def create_preview_image_later(variations)
+ def create_preview_image_later(variations) # :nodoc:
106
ActiveStorage::PreviewImageJob.perform_later(self, variations) if representable?
107
108
0 commit comments