kbingman / paperclipped

Please note, this extension is no longer being developed. Please take a look at the radiant-clipped-extension instead. Radiant extension for managing assets and images with the Paperclip plugin.
Other
122 stars 64 forks source link

problems with uploaded pdf #8

Closed paolochiodi closed 4 years ago

paolochiodi commented 15 years ago

if uploading a pdf file the tags "assets:link" and "assets:url" will point to a default image. if ok for "assets:image" or size="thumbnails", I would expect a link to the file if size="original"

need to change "Asset.thumbnails" or tag's code to use "asset.url" instead of "thumbnails" see: app/models/asset.rb:85

Paolo