You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@convert_options[:output][:s] = format_geometry(@geometry) if @geometry.present?
A workaround for now is to just have a blank :output=>{} in my paperclip attachment definition, but the logic of assinging a default to the convert_options is erroneous.
The text was updated successfully, but these errors were encountered:
In: lib/paperclip/paperclip_processors/transcoder.rb
Around line 117:
This fails to add :output to the convert_options when I only have :input defined, so I get this error:
NoMethodError (undefined method `[]=' for nil:NilClass):
paperclip-av-transcoder (0.6.4) lib/paperclip/paperclip_processors/transcoder.rb:37:in `initialize'
referencing:
A workaround for now is to just have a blank :output=>{} in my paperclip attachment definition, but the logic of assinging a default to the convert_options is erroneous.
The text was updated successfully, but these errors were encountered: