instance method
preview
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
preview()
No documentation comment.
Source
# File activestorage/lib/active_storage/previewer/video_previewer.rb, line 9
def preview
download_blob_to_tempfile do |input|
draw_relevant_frame_from input do |output|
yield io: output, filename: "#{blob.filename.base}.png", content_type: "image/png"
end
end
end
Defined in activestorage/lib/active_storage/previewer/video_previewer.rb line 9
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveStorage::Previewer::VideoPreviewer