X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/5e74f498cd2f8d765e309ca52a45a7c2db0a1a6f..947bdc28cd01bc025ffde2af3472b38e5d30f9d1:/app/models/picture.rb diff --git a/app/models/picture.rb b/app/models/picture.rb index 04b368e..9f17ec4 100644 --- a/app/models/picture.rb +++ b/app/models/picture.rb @@ -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