diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-27 10:11:49 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-02-27 10:11:49 +0100 |
commit | b11fe0c0c84ea91a27dba87e4c891caf5097440d (patch) | |
tree | 2f5a52c3064980d2dd47f1f7148e1e7009d22d16 | |
parent | 7f404c454afc6c546fba6885dbcf409f67a73d0f (diff) |
Bugfix
-rw-r--r-- | lib/tasks/backup.rake | 2 |
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 |