Displaying 1 result from an estimated 1 matches for "content_type_extension".
2009 Aug 17
0
Paperclip: processor proc not firing
...ttached_file :asset,
:styles => { :full => "1920x1080", :medium =>
["205x154", :png], :large => ["450x",:png] },
:default_style => :full,
:url => "/
uploads/:attachment/:id/:style.:content_type_extension",
:processors => lambda { |a| a.video? ?
[ :video_thumbnail ] : [ :thumbnail ] }
I''m completely stumped here, the VideoThumbnail class is never called,
even though it''s loaded correctly etc. Been looking and debugging
Paperclip itself, hoping t...