diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-05 22:55:24 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-03-05 22:55:24 +0100 |
commit | 85fce04d1b4353c3645c15967d222cdcdb488dfd (patch) | |
tree | bfb83bd4ec8b545b21741b633d4fd39a90fd1701 /config | |
parent | 4fb95c91fbf808bafa581b8976d94ec36eee8619 (diff) |
Detect videos with no sound, handle them like gifv
Diffstat (limited to 'config')
-rw-r--r-- | config/application.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/application.rb b/config/application.rb index 30ed608c5..cb009b24c 100644 --- a/config/application.rb +++ b/config/application.rb @@ -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 |