0
0
Fork 0

Detect videos with no sound, handle them like gifv

This commit is contained in:
Eugen Rochko 2017-03-05 22:55:24 +01:00
parent 4fb95c91fb
commit 85fce04d1b
3 changed files with 16 additions and 1 deletions

View file

@ -8,6 +8,7 @@ Bundler.require(*Rails.groups)
require_relative '../app/lib/exceptions'
require_relative '../lib/paperclip/gif_transcoder'
require_relative '../lib/paperclip/video_transcoder'
Dotenv::Railtie.load