diff --git a/app/models/photo.rb b/app/models/photo.rb index 8964e0089..08f72a4b2 100644 --- a/app/models/photo.rb +++ b/app/models/photo.rb @@ -16,7 +16,7 @@ class Photo < Post def remote_photo - User.first.url.chop + image.path + User.first.url.chop + image.url end def remote_photo= remote_path