fixed nico seiga sources

This commit is contained in:
albert
2013-02-19 23:09:07 -05:00
parent 274ef71794
commit 8fb20c6b3a
3 changed files with 6 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace :images do
upload.file_ext = post.file_ext
upload.image_width = post.image_width
upload.image_height = post.image_height
upload.md5 = post.md5
upload.generate_resizes(post.file_path)
post.distribute_files
end