Flowdock
method

preview

Importance_0
v5.2.3 - Show latest stable - 0 notes - Class: VideoPreviewer
preview() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide 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
Register or log in to add new notes.