Rails paperclip problem
- by palani
I have uploaded the video into my rails application by using thoughtbot-paperclip then the video is converted into "flv" format by using ffmpeg. For your reference here I specified some of my model sample code:
model.rb:
has_attached_file :source,:styles => {:thumb => "137x85>" }
If i specified :url or :path option it doesn't worked…