Skip to content

Commit

Permalink
Adapted setting for new version of paperclipped.
Browse files Browse the repository at this point in the history
  • Loading branch information
dosire committed Jul 8, 2009
1 parent 6662e2b commit fbdd1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/asset.rb
Expand Up @@ -71,7 +71,7 @@ def additional_thumbnails
# For local storage (oog)

has_attached_file :asset,
:styles => thumbnails,
:styles => thumbnail_sizes,
:whiny_thumbnails => false,
:url => "/system/:class/:id/:basename:no_original_style.:extension",
:path => ":rails_root/public/system/:class/:id/:basename:no_original_style.:extension"
Expand Down

0 comments on commit fbdd1dc

Please sign in to comment.