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