method
accept?
v7.1.3.2 -
Show latest stable
- Class:
ActiveStorage::Previewer::VideoPreviewer
accept?(blob)public
No documentation available.
# File activestorage/lib/active_storage/previewer/video_previewer.rb, line 8
def accept?(blob)
blob.video? && ffmpeg_exists?
end