Skip to content

Commit 0f9638e

Browse files
authored
Update activestorage/app/models/active_storage/blob/representable.rb
1 parent 131fd59 commit 0f9638e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/app/models/active_storage/blob/representable.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def preview_image_needed_before_processing_variants?
102102
previewable? && !preview_image.attached?
103103
end
104104

105-
def create_preview_image_later(variations)
105+
def create_preview_image_later(variations) # :nodoc:
106106
ActiveStorage::PreviewImageJob.perform_later(self, variations) if representable?
107107
end
108108

0 commit comments

Comments
 (0)