Skip to content

Commit

Permalink
Remove template note about ImageScience, since it's no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
goncalossilva committed Aug 23, 2011
1 parent 1c8ff86 commit 8e26c49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/generators/templates/uploader.rb
Expand Up @@ -2,10 +2,9 @@

class <%= class_name %>Uploader < CarrierWave::Uploader::Base
# Include RMagick or ImageScience support:
# Include RMagick or MiniMagick support:
# include CarrierWave::RMagick
# include CarrierWave::MiniMagick
# include CarrierWave::ImageScience
# Choose what kind of storage to use for this uploader:
storage :file
Expand Down

0 comments on commit 8e26c49

Please sign in to comment.