Commit 417bde3d15beb58651a071b55789c06cacb3663d

Authored by Tallys Martins
1 parent 1debf11c

Revert "Add migration to generate missed thumbnails"

This reverts commit 24083e6697fcd3c3faba908d5d42ffa40e7369a2.
db/migrate/20160309120350_generate_missed_thumbnails.rb
@@ -1,5 +0,0 @@ @@ -1,5 +0,0 @@
1 -class GenerateMissedThumbnails < ActiveRecord::Migration  
2 - def up  
3 - UploadedFile.find_each {|f| f.create_thumbnails if f.thumbnails.empty? }  
4 - end  
5 -end