From 2f35d0780774f11ff1da468e7f6a627e71c792e6 Mon Sep 17 00:00:00 2001 From: ilya Date: Fri, 23 Jul 2010 15:22:04 -0700 Subject: [PATCH] Broke photo signing --- app/models/photo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/photo.rb b/app/models/photo.rb index d841182a1..8521c5597 100644 --- a/app/models/photo.rb +++ b/app/models/photo.rb @@ -27,6 +27,7 @@ class Photo < Post end def remote_photo= remote_path + @remote_photo = remote_path image.download! remote_path image.store! end