diff --git a/lib/tasks/paperclip.rake b/lib/tasks/paperclip.rake index 8a2f225ab..0e4ab28a1 100644 --- a/lib/tasks/paperclip.rake +++ b/lib/tasks/paperclip.rake @@ -73,7 +73,7 @@ namespace :paperclip do ENV['STYLES'] = missing_styles.join(',') Rake::Task['paperclip:refresh:thumbnails'].execute end - end + end Paperclip.save_current_attachments_styles! end end