X-Git-Url: https://projects.mako.cc/source/selectricity-live/blobdiff_plain/b47d1fbe36d5aeb9b79d6bbaab035ca448a3c3ef..adfcf4dd7d989d0560e2a8f6a590dd10c5a49a08:/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