From b2dcaed5e2bd017bd6ddbbb0442adc86213dea54 Mon Sep 17 00:00:00 2001 From: ilya Date: Thu, 22 Jul 2010 12:07:18 -0700 Subject: [PATCH] RS IZ saving in the photo parsing --- app/models/photo.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/app/models/photo.rb b/app/models/photo.rb index 5a5dd1c90..0115d9af0 100644 --- a/app/models/photo.rb +++ b/app/models/photo.rb @@ -29,5 +29,6 @@ class Photo < Post def remote_photo= remote_path image.download! remote_path image.store! + save end end