added first full working version of embeddable elections
[selectricity] / app / models / picture.rb
index 04b368ed67c4264254debdcadb8a73a29d42decf..9f17ec4c13b6a35491e1028fd9f9c5909d368d93 100644 (file)
@@ -21,7 +21,7 @@ class Picture < ActiveRecord::Base
  
   has_attachment  :storage => :file_system, 
                   :max_size => 1.megabytes,
-                  :thumbnails => { :thumb => '70x53>' },
+                  :thumbnails => { :thumb => '70x53' },
                   :processor => :Rmagick
 
   validates_as_attachment

Benjamin Mako Hill || Want to submit a patch?