summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-27 10:11:49 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-27 10:11:49 +0100
commitb11fe0c0c84ea91a27dba87e4c891caf5097440d (patch)
tree2f5a52c3064980d2dd47f1f7148e1e7009d22d16
parent7f404c454afc6c546fba6885dbcf409f67a73d0f (diff)
Bugfix
-rw-r--r--lib/tasks/backup.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/backup.rake b/lib/tasks/backup.rake
index 61c587b..c4a4b47 100644
--- a/lib/tasks/backup.rake
+++ b/lib/tasks/backup.rake
@@ -41,7 +41,7 @@ namespace :backup do
# Rebuild the thumbnails
#
- FaxDocument.each do |fax_document|
+ FaxDocument.all.each do |fax_document|
fax_document.render_thumbnails
end
end